Codebase list lua-ldoc / 09b9fdb
Issue #248: assignment wrong way around (Monday morning mode) Steve Donovan 7 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
293293 else
294294 item_follows, is_local, case = lang:item_follows(t,v,tok)
295295 if not item_follows then
296 parse_error = is_local
296297 is_local = false
297 parse_error = is_local
298298 end
299299 end
300300 if item_follows or comment_contains_tags(comment,args) then