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/int.pom | |
parent | 6e412aa238193d575feae41930eec383c8337393 (diff) |
Add empty value tests for interpretation
Diffstat (limited to 'tests/interpretation/int.pom')
-rw-r--r-- | tests/interpretation/int.pom | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/interpretation/int.pom b/tests/interpretation/int.pom index dde9873..9a9c1f3 100644 --- a/tests/interpretation/int.pom +++ b/tests/interpretation/int.pom @@ -48,3 +48,4 @@ much_too_large = 9999999999999999 too_small = -9007199254740992 too_small_hex = -0x20000000000000 much_too_small = -9999999999999999 +empty = |