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

4 lines
104 B
JavaScript

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