From 51074a86c2ad9db667a50905adb8f01e4e17234e Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Mon, 12 Oct 2020 18:29:29 +0100 Subject: [PATCH] highlighter tests --- tests/test_highlighter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_highlighter.py b/tests/test_highlighter.py index e2e353ed..dc82788e 100644 --- a/tests/test_highlighter.py +++ b/tests/test_highlighter.py @@ -13,6 +13,7 @@ def test_wrong_type(): highlight_tests = [ + ("( ) { } [ ]", [Span(0, 1, "repr.brace")]), ("01-23-45-67-89-AB", [Span(0, 17, "repr.eui48")]), # 6x2 hyphen ("01-23-45-FF-FE-67-89-AB", [Span(0, 23, "repr.eui64")]), # 8x2 hyphen ("01:23:45:67:89:AB", [Span(0, 17, "repr.ipv6")]), # 6x2 colon