From 83ee81133b2c8a853330c8b683c391068ce36a97 Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 23 Sep 2025 01:54:41 -0400 Subject: Add empty value tests for interpretation --- tests/interpretation/uint.pom | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/interpretation/uint.pom') 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 = -- cgit v1.2.3