Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/dotenv/testdata/.env.comments

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
File
# This is a commentFOO=bar # This is an inline commentGREETING= "hello world" # hello worldSPECIAL_CHARACTERS_UNQUOTED=123 #Some text !@# [] SPECIAL_CHARACTERS_UNQUOTED_NO_SPACES=123#Some text !@# []