1 2 3 4 5 6 7 8 9 10
# comments and CRLF are covered by the inline fixture tests export EMPTY= UNQUOTED=abc#def INLINE=abc # comment SINGLE='literal # value' DOUBLE="line\nquoted\t\"value\"\\" MULTI="first second" UNICODE=你好 REFERENCE=${VAR}