mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -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 {}
|
||||
}
|
1
tests/sample_errors/duplicate_internal_child.err
Normal file
1
tests/sample_errors/duplicate_internal_child.err
Normal file
|
@ -0,0 +1 @@
|
|||
6,3,33,Duplicate internal child 'test'
|
Loading…
Add table
Add a link
Reference in a new issue