Repo clean up and changed the tokenizer so it doesn't stringify tokens with a line break.
This commit is contained in:
@@ -133,5 +133,4 @@ def stringify_token_list(tokens):
|
||||
text = ''
|
||||
for tk in tokens:
|
||||
text += str(tk.value)
|
||||
#text += '\n'
|
||||
return text
|
||||
|
||||
Reference in New Issue
Block a user