This website requires JavaScript.
Explore
Mail
Help
Register
Sign In
Meson
/
wren
Watch
1
Star
0
Fork
0
You've already forked wren
forked from
Mirror/wren
Code
Pull Requests
Activity
Files
main
wren
/
test
/
limit
/
too_many_function_parameters.wren
2 lines
90 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
test: Fix some tests so they fail on expected error, not on syntax error. (#779)
2020-07-15 05:14:08 +02:00
var f = Fn.new {|a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q| "!" } // expect error
Copy Permalink