Just changed some small shit I don't want to mention.
This commit is contained in:
parent
777efee8fd
commit
58fee40de5
1 changed files with 1 additions and 1 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Reference in a new issue