X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=blobdiff_plain;f=tests%2Ftest_pyderasn.py;h=1c2f9b037bf47c1279056344b9fb07b91f784505;hp=b7ee9a9da9571a1f29b2a8feac0ae9ac9166a11a;hb=5e98515aa98abf6ad1f650078551e6543d431b99;hpb=ec180a333b81b220e5325bdba75dcbc44b4311c6 diff --git a/tests/test_pyderasn.py b/tests/test_pyderasn.py index b7ee9a9..1c2f9b0 100644 --- a/tests/test_pyderasn.py +++ b/tests/test_pyderasn.py @@ -4305,6 +4305,14 @@ class TestGeneralizedTime(TimeMixin, CommonMixin, TestCase): b"200001020304+5Z", b"20000102030405.+6Z", b"20000102030405.-6Z", + b"_2000102030405Z", + b"2000_102030405Z", + b"200001_2030405Z", + b"20000102_30405Z", + b"2000010203_405Z", + b"200001020304_5Z", + b"20000102030405._6Z", + b"20000102030405.6_Z", b" 2000102030405Z", b"2000 102030405Z", b"200001 2030405Z", @@ -4406,6 +4414,13 @@ class TestUTCTime(TimeMixin, CommonMixin, TestCase): b"000102+30405Z", b"00010203+405Z", b"0001020304+5Z", + b"_10102030405Z", + b"00_102030405Z", + b"0001_2030405Z", + b"000102_30405Z", + b"00010203_405Z", + b"0001020304_5Z", + b"00010203045_Z", b" 10102030405Z", b"00 102030405Z", b"0001 2030405Z",