mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
parent
5b76a3b8dd
commit
8e1a9f72dd
5 changed files with 34 additions and 5 deletions
7
tests/sample_errors/consecutive_unexpected_tokens.blp
Normal file
7
tests/sample_errors/consecutive_unexpected_tokens.blp
Normal file
|
@ -0,0 +1,7 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
Button {
|
||||
visible: false;
|
||||
not actually blueprint code;
|
||||
Label {}
|
||||
}
|
1
tests/sample_errors/consecutive_unexpected_tokens.err
Normal file
1
tests/sample_errors/consecutive_unexpected_tokens.err
Normal file
|
@ -0,0 +1 @@
|
|||
5,3,31,Unexpected tokens
|
Loading…
Add table
Add a link
Reference in a new issue