mirror of
https://github.com/nodejs/node.git
synced 2024-11-30 07:27:22 +01:00
530328f12b
Refactored test suite to use the assert module for testing rather than mjsunit.
9 lines
169 B
JavaScript
9 lines
169 B
JavaScript
process.mixin(require("./common"));
|
|
|
|
// üäö
|
|
|
|
puts("Σὲ γνωρίζω ἀπὸ τὴν κόψη");
|
|
|
|
assert.equal(true, /Hellö Wörld/.test("Hellö Wörld") );
|
|
|