From fee5cfba3146d5345c0dd88f15095596939a1e6f Mon Sep 17 00:00:00 2001 From: zhaozg Date: Sat, 6 Apr 2024 19:25:42 +0800 Subject: [PATCH] test: skip asn1 NULL test --- test/1.asn1.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/test/1.asn1.lua b/test/1.asn1.lua index 693fbab2..5c064e22 100644 --- a/test/1.asn1.lua +++ b/test/1.asn1.lua @@ -308,6 +308,7 @@ function TestType:testAll() [asn1.OBJECT] = true, [asn1.SEQUENCE] = true, [asn1.SET] = true, + [asn1.NULL] = true, [asn1.BMPSTRING] = true, [asn1.UNIVERSALSTRING] = true }