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/int.pom | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/interpretation/int.pom') 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 = -- cgit v1.2.3