mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
- 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
5 lines
No EOL
67 B
Text
5 lines
No EOL
67 B
Text
using Gtk 4.0;
|
|
|
|
Button btn {
|
|
label: bind btn.label sync-create;
|
|
} |