mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Fix uint properties
This commit is contained in:
parent
3f55aae7de
commit
f2b7d3bd95
6 changed files with 28 additions and 0 deletions
5
tests/sample_errors/uint.blp
Normal file
5
tests/sample_errors/uint.blp
Normal file
|
@ -0,0 +1,5 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
FlowBox {
|
||||
column-spacing: -2;
|
||||
}
|
1
tests/sample_errors/uint.err
Normal file
1
tests/sample_errors/uint.err
Normal file
|
@ -0,0 +1 @@
|
|||
4,19,2,Cannot convert -2 to unsigned integer
|
Loading…
Add table
Add a link
Reference in a new issue