mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
That way we can warn about invalid sequences. Also, the previous code had at least one subtle bug (`\\\\'`).
5 lines
71 B
Text
5 lines
71 B
Text
using Gtk 4.0;
|
|
|
|
Label {
|
|
label: "\\\\'Test 1 2 3\n & 4 \"5\' 6 \t";
|
|
}
|