mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
205 B
10 lines
205 B
14 years ago
|
var common = require('../common');
|
||
14 years ago
|
var assert = require('assert');
|
||
16 years ago
|
|
||
|
// üäö
|
||
|
|
||
14 years ago
|
console.log('Σὲ γνωρίζω ἀπὸ τὴν κόψη');
|
||
16 years ago
|
|
||
14 years ago
|
assert.equal(true, /Hellö Wörld/.test('Hellö Wörld'));
|
||
16 years ago
|
|