Issue #248: assignment wrong way around (Monday morning mode)
This commit is contained in:
parent
6e7f4158ec
commit
09b9fdbdd6
|
@ -294,8 +294,8 @@ local function parse_file(fname, lang, package, args)
|
||||||
else
|
else
|
||||||
item_follows, is_local, case = lang:item_follows(t,v,tok)
|
item_follows, is_local, case = lang:item_follows(t,v,tok)
|
||||||
if not item_follows then
|
if not item_follows then
|
||||||
is_local = false
|
|
||||||
parse_error = is_local
|
parse_error = is_local
|
||||||
|
is_local = false
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
if item_follows or comment_contains_tags(comment,args) then
|
if item_follows or comment_contains_tags(comment,args) then
|
||||||
|
|
Loading…
Reference in New Issue