mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-06 16:19:07 -04:00
Allow \' in strings
This commit is contained in:
parent
0afa62654d
commit
7cab7da4bb
3 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
Label {
|
||||
label: "Test 1 2 3\n & 4 \"5\" 6";
|
||||
label: "Test 1 2 3\n & 4 \"5\' 6";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue