Files
node-v0.x-archive/test/mjsunit/test-utf8-scripts.js
2009-07-20 21:22:19 +02:00

11 lines
175 B
JavaScript
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
include("mjsunit.js");
// üäö
puts("Σὲ γνωρίζω ἀπὸ τὴν κόψη");
function onLoad () {
  assertTrue( /Hellö Wörld/.test("Hellö Wörld") );
}