From 37efc998d2541f303c755c53e4acfd31ea438201 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Fri, 6 Aug 2021 19:26:53 +0200 Subject: [PATCH] extra tests --- tests/test_minijson.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_minijson.py b/tests/test_minijson.py index df7a277..c0cd29a 100644 --- a/tests/test_minijson.py +++ b/tests/test_minijson.py @@ -197,6 +197,7 @@ class TestMiniJSON(unittest.TestCase): self.assertLoadingIsDecodingError(b'\x00\x01') self.assertLoadingIsDecodingError(b'\x00\x01\xFF') self.assertLoadingIsDecodingError(b'\x81\xFF') + self.assertLoadingIsDecodingError(b'\x0B\x03\x04name\x84land') def test_loads(self): a = loads( -- GitLab