Espruino/tests/test_string_escaping_1.js
2013-11-14 13:30:28 +00:00

2 lines
45 B
JavaScript

result = "Hello\"World\"" == 'Hello"World"';