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

if there is / , - text while [ and ], it recognize as place and character. #16

Closed
Lemon73-Computing opened this issue Apr 27, 2024 · 1 comment · Fixed by #23
Closed
Assignees
Labels
bug Something isn't working
Milestone

Comments

@Lemon73-Computing
Copy link
Member

input

main.anov

[F / A-18]

output

Expected result:

"F / A-18"

Actual result:

A-18 "F / A-18"
@Lemon73-Computing Lemon73-Computing added the bug Something isn't working label Apr 27, 2024
@Lemon73-Computing Lemon73-Computing self-assigned this Apr 27, 2024
@Lemon73-Computing Lemon73-Computing added this to the v0.2.0 GA milestone Apr 27, 2024
@Lemon73-Computing
Copy link
Member Author

Lemon73-Computing commented Apr 28, 2024

Currently:

read - 
read / 
read []
return

Fixed:

read [] -> return
read - 
read / 
return

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant