Fix number parsing

This commit is contained in:
James Westman 2022-04-18 18:05:25 -05:00
parent e76bff9291
commit 4e2501c7d7
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
4 changed files with 19 additions and 1 deletions

9
tests/samples/numbers.ui Normal file
View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<object class="GtkLabel">
<property name="xalign">0.5</property>
<property name="margin-end">1000000</property>
<property name="margin-top">48</property>
</object>
</interface>