mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
Fix menus
- Menus require an ID - The top level menu block can't have attributes
This commit is contained in:
parent
8a1dba662a
commit
51d8969ced
9 changed files with 43 additions and 13 deletions
5
tests/sample_errors/menu_toplevel_attribute.blp
Normal file
5
tests/sample_errors/menu_toplevel_attribute.blp
Normal file
|
@ -0,0 +1,5 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
menu {
|
||||
not-allowed: true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue