Espruino/tests/test_string_compare.js
2020-01-08 10:55:46 +00:00

5 lines
195 B
JavaScript

// http://forum.espruino.com/conversations/342409/#comment15050676
// flat string vs string compare
result = E.toString("this is a test of string compare")==="this is a test of string compare";