Issue #248: assignment wrong way around (Monday morning mode)

This commit is contained in:
Steve Donovan 2016-08-22 13:18:52 +02:00
parent 6e7f4158ec
commit 09b9fdbdd6
1 changed files with 1 additions and 1 deletions

View File

@ -294,8 +294,8 @@ local function parse_file(fname, lang, package, args)
else
item_follows, is_local, case = lang:item_follows(t,v,tok)
if not item_follows then
is_local = false
parse_error = is_local
is_local = false
end
end
if item_follows or comment_contains_tags(comment,args) then