node/test/fixtures/dotenv
Marco Ippolito 0350c6f478
src: add config file support
PR-URL: https://github.com/nodejs/node/pull/57016
Backport-PR-URL: https://github.com/nodejs/node/pull/57958
Refs: https://github.com/nodejs/node/pull/53787
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Tierney Cyren <hello@bnb.im>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
2025-05-19 12:14:09 +02: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-29 22:46:24 +02:00
lines-with-only-spaces.env src: improve node::Dotenv trimming 2025-04-17 10:50:49 -03:00
multiline.env src: remove regex usage for env file parsing 2024-04-29 22:46:24 +02:00
no-final-newline-single-quotes.env src: safely remove the last line from dotenv 2025-01-05 12:57:28 -05:00
no-final-newline.env src: safely remove the last line from dotenv 2025-01-05 12:57:28 -05:00
node-options-no-tranform.env src: add config file support 2025-05-19 12:14:09 +02:00
node-options.env src,lib: stabilize permission model 2025-01-05 13:05:28 -05:00
uv-threadpool.env test: improve UV_THREADPOOL_SIZE tests on .env 2023-11-03 17:25:54 +00:00
valid.env util: fix parseEnv incorrectly splitting multiple ‘=‘ in value 2025-05-19 12:13:51 +02:00