Just changed some small shit I don't want to mention.

This commit is contained in:
The Wobbler 2025-03-17 16:47:07 +01:00
parent 777efee8fd
commit 58fee40de5

View file

@ -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():