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

4 lines
102 B
JavaScript

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