blueprint-compiler/tests/samples/multiline_string.blp
James Westman 2faa9207de tokenizer: Allow escaped newlines
The docs said multi-line strings were possible by escaping the newline
character, but this was not actually implemented.

Fixes #132.
2023-10-26 18:50:07 -05:00

6 lines
53 B
Text

using Gtk 4.0;
Label {
label: "Hello,\
world!";
}