aboutsummaryrefslogtreecommitdiff
path: root/tests/test_decoders.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_decoders.py')
-rwxr-xr-xtests/test_decoders.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_decoders.py b/tests/test_decoders.py
index 9a15d46..747beb4 100755
--- a/tests/test_decoders.py
+++ b/tests/test_decoders.py
@@ -196,6 +196,10 @@ class TestNetscapeDecoder:
@pytest.mark.parametrize('test_input,expected', (
('chucknorris', SRGBColor.frombytes(192, 0, 0, 1.00)),
+ (
+ '6db6ec49efd278cd0bc92d1e5e072d680',
+ SRGBColor.frombytes(110, 205, 224),
+ ),
))
def test_netscape_colors(self, decoder, test_input, expected):
""" Test decoding using Netscape colors. """