mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
tests: Test string escaping in the formatter
This commit is contained in:
parent
ac971f9fd6
commit
abc90d7eae
3 changed files with 11 additions and 0 deletions
5
tests/formatting/string_in.blp
Normal file
5
tests/formatting/string_in.blp
Normal file
|
@ -0,0 +1,5 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
Label {
|
||||
label: "\"'\'\t\n\\'";
|
||||
}
|
5
tests/formatting/string_out.blp
Normal file
5
tests/formatting/string_out.blp
Normal file
|
@ -0,0 +1,5 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
Label {
|
||||
label: '"\'\'\t\n\\\'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue