diff options
author | pommicket <pommicket@gmail.com> | 2025-09-23 01:54:41 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-23 01:54:41 -0400 |
commit | 83ee81133b2c8a853330c8b683c391068ce36a97 (patch) | |
tree | 0b6beac7c1f3759359393ba6ad49a90b90f2a1d6 /tests/interpretation/uint.pom | |
parent | 6e412aa238193d575feae41930eec383c8337393 (diff) |
Add empty value tests for interpretation
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 1946a0f..e934ba2 100644 --- a/tests/interpretation/uint.pom +++ b/tests/interpretation/uint.pom @@ -38,3 +38,4 @@ too_large = 9007199254740992 too_large_hex = 0x20000000000000 much_too_large = 9999999999999999 negative_zero = -0 +empty = |