Skip to content

Commit 1b3b4f4

Browse files
avivkellertargos
authored andcommitted
test: use correct file naming syntax for util-parse-env
PR-URL: #53705 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 9db46b5 commit 1b3b4f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/parallel/util-parse-env.js renamed to test/parallel/test-util-parse-env.js

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ const fs = require('node:fs');
5252
SINGLE_QUOTES_INSIDE_DOUBLE: "single 'quotes' work inside double quotes",
5353
SINGLE_QUOTES_SPACED: ' single quotes ',
5454
SPACED_KEY: 'parsed',
55+
SPACE_BEFORE_DOUBLE_QUOTES: 'space before double quotes',
5556
TRIM_SPACE_FROM_UNQUOTED: 'some spaced out string',
5657
});
5758
}

0 commit comments

Comments
 (0)