mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
83c2c3b676
The test was failing after adding 'use strict' because the windows CI uses the autocrlf option of git which converts \r into \r\n on checkout. Refactored the test to not read itself anymore and create a temp file on the fly instead to avoid this line-ending issue. PR-URL: https://github.com/nodejs/node/pull/2494 Reviewed-By: Joao Reis <reis@janeasystems.com>
7 lines
95 B
Plaintext
7 lines
95 B
Plaintext
lib/punycode.js
|
|
test/addons/doc-*/
|
|
test/fixtures
|
|
test/**/node_modules
|
|
test/disabled
|
|
test/tmp*/
|