...

Text file src/github.com/joho/godotenv/fixtures/quoted.env

Documentation: github.com/joho/godotenv/fixtures

     1OPTION_A='1'
     2OPTION_B='2'
     3OPTION_C=''
     4OPTION_D='\n'
     5OPTION_E="1"
     6OPTION_F="2"
     7OPTION_G=""
     8OPTION_H="\n"
     9OPTION_I = "echo 'asd'"

View as plain text