mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
The docs said multi-line strings were possible by escaping the newline character, but this was not actually implemented. Fixes #132.
6 lines
53 B
Text
6 lines
53 B
Text
using Gtk 4.0;
|
|
|
|
Label {
|
|
label: "Hello,\
|
|
world!";
|
|
}
|