Espruino/tests/test_comments_1.js
2014-01-29 10:46:58 +00:00

4 lines
99 B
JavaScript

// check for multiple comments one after the other
r = eval("// ABC\n// DEF\n42");
result = r==42;