From 61ce4b3e4f1a1e39004e51d8bb138f8b118b353a Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Wed, 27 Apr 2016 12:25:07 +0200 Subject: tests/py: add more interval tests for anonymous sets Signed-off-by: Pablo Neira Ayuso --- tests/py/any/ct.t | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/py/any/ct.t') diff --git a/tests/py/any/ct.t b/tests/py/any/ct.t index 095e86c7..4d13213d 100644 --- a/tests/py/any/ct.t +++ b/tests/py/any/ct.t @@ -44,6 +44,7 @@ ct mark != 0x00000032;ok ct mark 0x00000032-0x00000045;ok ct mark != 0x00000032-0x00000045;ok ct mark {0x32, 0x2222, 0x42de3};ok;ct mark { 0x00042de3, 0x00002222, 0x00000032} +ct mark {0x32-0x2222, 0x4444-0x42de3};ok;ct mark { 0x00000032-0x00002222, 0x00004444-0x00042de3} - ct mark != {0x32, 0x2222, 0x42de3};ok # ct mark != {0x32, 0x2222, 0x42de3};ok -- cgit v1.2.3