We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf5cee commit 2c42ba3Copy full SHA for 2c42ba3
test/parse_test.lua
@@ -11,7 +11,7 @@ local parse = function(str)
11
end
12
13
function g.test_parse_comments()
14
- t.assert_error(parse('{a(b:"#")}').definitions, {})
+ t.assert_error(parse, '{a(b:"#")}')
15
16
17
function g.test_parse_document()
0 commit comments