Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

an input with numbers followed by a lowercase string that are delimited results in the numbers being dropped by the tokenizer #11

Closed
chanced opened this issue Sep 6, 2022 · 0 comments

Comments

@chanced
Copy link
Owner

chanced commented Sep 6, 2022

test case: "123_123_number"
result: "number"
expected: ["123", "123", "number"]

chanced added a commit that referenced this issue Sep 6, 2022
chanced added a commit that referenced this issue Sep 6, 2022
@chanced chanced closed this as completed Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant