hcl/t/feed-5003.err

10 lines
154 B
Plaintext
Raw Normal View History

## semicolon inside #{} must raise a syntax error
a := #{
"k1":
"hello k1\n",
"k2":
"hello k2\n"; ##ERROR: syntax error - unexpected semicolon
};