From f4c9f0490e70ccf2f0d984ebf4b5a921852bd9c9 Mon Sep 17 00:00:00 2001 From: Antoine Beyeler Date: Mon, 3 Jun 2024 10:42:20 +0200 Subject: [PATCH] added test --- tests/test_commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_commands.py b/tests/test_commands.py index 4fa7fe13..25cc2f9e 100644 --- a/tests/test_commands.py +++ b/tests/test_commands.py @@ -43,6 +43,7 @@ class Command: Command("circle 0 0 1"), Command("ellipse 0 0 2 4"), Command(f"read '{EXAMPLE_SVG}'", preserves_metadata=False), + Command(f"read -s '{EXAMPLE_SVG}'", preserves_metadata=False), Command(f"read -m '{EXAMPLE_SVG}'", preserves_metadata=False), Command(f"read -a stroke '{EXAMPLE_SVG}'", preserves_metadata=False), Command("write -f svg -"),