diff options
author | pommicket <pommicket@gmail.com> | 2025-09-09 14:00:18 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-09 14:00:18 -0400 |
commit | 06424536f68e423bdcb781e861d59f583d99cba6 (patch) | |
tree | 16048cf0c94671bc776a6e687806bb2b2f462403 /tests/interpretation/uint.pom | |
parent | 0d3bec41d5513db4e5683e8dd2d7fffc342cb2fe (diff) |
More interpretation tests
Diffstat (limited to 'tests/interpretation/uint.pom')
-rw-r--r-- | tests/interpretation/uint.pom | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/interpretation/uint.pom b/tests/interpretation/uint.pom index e762022..1946a0f 100644 --- a/tests/interpretation/uint.pom +++ b/tests/interpretation/uint.pom @@ -26,6 +26,7 @@ largest.b = 0x1fffffffffffff [bad] space_three = " 3" +three_space = "3 " leading_zero = 03 negative = -3 negative_hex = -0x3 |