mirror of https://github.com/lukechilds/node.git
Browse Source
Move some code around so we can properly test whether the switch actually does anything. PR-URL: https://github.com/nodejs/node/pull/11255 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com>v6
Ben Noordhuis
8 years ago
6 changed files with 15 additions and 21 deletions
@ -0,0 +1,7 @@ |
|||
// Flags: --icu-data-dir=test/fixtures/empty/
|
|||
'use strict'; |
|||
require('../common'); |
|||
const assert = require('assert'); |
|||
|
|||
// No-op when ICU case mappings are unavailable.
|
|||
assert.strictEqual('ç'.toLocaleUpperCase('el'), 'ç'); |
Loading…
Reference in new issue