Skip to content

Commit

Permalink
Updating tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andremm committed Dec 9, 2016
1 parent 5bf747f commit 305637f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -460,10 +460,11 @@ string'
-- short string test end
]=]
e = [=[
test.lua:4:1: syntax error, unclosed string
]=]

r = parse(s)
--assert(r == e)
assert(r == e)

-- unfinished comments

Expand Down

0 comments on commit 305637f

Please sign in to comment.