Files
Kmake/test/fixtures/dotenv/lines-with-only-spaces.env
2026-05-26 23:36:42 -07:00

9 lines
236 B
Bash

EMPTY_LINE='value after an empty line'
SPACES_LINE='value after a line with just some spaces'
TABS_LINE='value after a line with just some tabs'
SPACES_TABS_LINE='value after a line with just some spaces and tabs'