mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
14 lines
255 B
Bash
14 lines
255 B
Bash
# Test file
|
|
|
|
TEST_ENV_FIRST="first"
|
|
TEST_ENV_SECOND="start \"#notcomment end"#Comment
|
|
#Comment
|
|
TEST_ENV_THIRD = 3 #comment
|
|
|
|
TEST_ENV_FOURTH=true #comment
|
|
TEST_ENV_FIFTH = "not#comment"#comment
|
|
TEST_ENV_SIXTH="not#comment"
|
|
|
|
TEST_ENV_SEVENTH="" #comment
|
|
|