blueprint-compiler/tests/sample_errors/string_to_num_assignment.blp
James Westman 9b9fab832b
Add tests, remove unused code, fix bugs
- Added tests for more error messages
- Test the "go to reference" feature at every character index of every
test case
- Delete unused code and imports
- Fix some bugs I found along the way
2024-12-22 18:00:39 -06:00

5 lines
49 B
Text

using Gtk 4.0;
Entry {
margin-bottom: "10";
}