node/test/fixtures/dotenv
Mohit Malhotra aca49fc7d1
src: fix env-file flag to ignore spaces before quotes
Fix to ignore spaces between '=' and quoted string in env file

Fixes: https://github.com/nodejs/node/issues/53461

Signed-off-by: Mohit Malhotra <dev.mohitmalhotra@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/53786
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
2024-07-17 09:22:42 +00:00
..
.env src: add process.loadEnvFile and util.parseEnv 2024-01-23 18:46:26 +00:00
basic-valid.env src: add process.loadEnvFile and util.parseEnv 2024-01-23 18:46:26 +00:00
eof-without-value.env src: remove regex usage for env file parsing 2024-04-17 05:30:05 +00:00
multiline.env src: remove regex usage for env file parsing 2024-04-17 05:30:05 +00:00
node-options.env src: support multiple --env-file declarations 2023-09-10 03:44:37 +00:00
uv-threadpool.env test: improve UV_THREADPOOL_SIZE tests on .env 2023-11-03 17:25:54 +00:00
valid.env src: fix env-file flag to ignore spaces before quotes 2024-07-17 09:22:42 +00:00