mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
More errors for duplicates
This commit is contained in:
parent
2ca71de061
commit
6ac798ea6f
13 changed files with 105 additions and 9 deletions
8
tests/sample_errors/duplicate_internal_child.blp
Normal file
8
tests/sample_errors/duplicate_internal_child.blp
Normal file
|
@ -0,0 +1,8 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
$MyWidget {
|
||||
[internal-child test]
|
||||
Button {}
|
||||
[internal-child test]
|
||||
Button {}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue