1#
2NAME=example
3# Multiline values shouldn't break things
4export CONTENT=This is a long message\
5  that may take one or more lines to parse\
6  but should still work without issue
7
8# This shouldn't throw an error
9UNUSED=
10