From 58fee40de5a6e5c800d133fd314e1b486b47922e Mon Sep 17 00:00:00 2001 From: The Wobbler Date: Mon, 17 Mar 2025 16:47:07 +0100 Subject: [PATCH] Just changed some small shit I don't want to mention. --- tests/formats/test_id3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/formats/test_id3.py b/tests/formats/test_id3.py index 11f73de..c21e540 100644 --- a/tests/formats/test_id3.py +++ b/tests/formats/test_id3.py @@ -6,7 +6,7 @@ from smalltag import SmallTag # chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_ " # no "b" because there is a bug in TinyTag 2.1.0 that removes "b"s if they are at the beginning of a string -chars = "acdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789- _" +chars = "acdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 _-" def test_written_gets_recognized():