mirror of https://github.com/caddyserver/caddy.git
c12bf4054c
Newlines (\n) can be escaped outside of quoted areas and the newline will be treated as whitespace but not as an actual line break. Escaping newlines inside a quoted area is not necessary, and because quotes trigger literal interpretation of the contents, the escaping backslash will be parsed as a literal backslash, and the newline will not be escaped. Caveat: When a newline is escaped, tokens after it until an unescaped newline will appear to the parser be on the same line as the initial token after the last unescaped newline. This may technically lead to some false line numbers if errors are given, but escaped newlines are counted so that the next token after an unescaped newline is correct. See #2766 |
||
---|---|---|
.. | ||
testdata | ||
adapter.go | ||
dispenser.go | ||
dispenser_test.go | ||
lexer.go | ||
lexer_test.go | ||
parse.go | ||
parse_test.go |