Skip to content

Commit 1b3b4f4

Browse files
avivkellertargos
authored andcommittedOct 2, 2024
test: use correct file naming syntax for util-parse-env
PR-URL: #53705 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
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 ‎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)
Please sign in to comment.