mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
That way we can warn about invalid sequences. Also, the previous code had at least one subtle bug (`\\\\'`).
5 lines
53 B
Text
5 lines
53 B
Text
using Gtk 4.0;
|
|
|
|
Label {
|
|
label: '***** \f *****';
|
|
}
|