blueprint-compiler/tests/sample_errors/menu_toplevel_attribute.blp
James Westman dd3c75d2c7 Update menu syntax
Sections and submenus can have IDs. Also, change the code to better
reflect the documented grammar.
2023-04-12 21:44:07 -05:00

5 lines
No EOL
54 B
Text

using Gtk 4.0;
menu menu {
not-allowed: "true";
}