v8/test/message/formal-parameters-trailing-comma.out

5 lines
141 B
Plaintext
Raw Normal View History

*%(basename)s:5: SyntaxError: Unexpected token ,
function foo(b, a, a,,) { return a }
^
SyntaxError: Unexpected token ,