tests: Test string escaping in the formatter

This commit is contained in:
James Westman 2023-09-28 16:33:46 -05:00
parent ac971f9fd6
commit abc90d7eae
3 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,5 @@
using Gtk 4.0;
Label {
label: "\"'\'\t\n\\'";
}