blueprint-compiler/tests/samples/strings.blp
James Westman ea92838cf3 Parse escape sequences instead of using replace
That way we can warn about invalid sequences. Also, the previous code had at least one subtle bug (`\\\\'`).
2023-09-28 17:18:45 -05:00

5 lines
71 B
Text

using Gtk 4.0;
Label {
label: "\\\\'Test 1 2 3\n & 4 \"5\' 6 \t";
}