kdl/tests/test_cases/input/escaped_whitespace.kdl

16 lines
278 B
Plaintext

// All of these strings are the same
node \
"Hello\n\tWorld" \
"Hello
World" \
"Hello\n\ \tWorld" \
"Hello\n\
\tWorld" \
"Hello
\ \tWorld" \
"Hello\n\t\
World"
// Note that this file deliberately mixes space and newline indentation for
// test purposes