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

string split is buggy in 0.4.7 #21936

Closed
JayXon opened this issue Jul 26, 2024 · 0 comments · Fixed by #21951
Closed

string split is buggy in 0.4.7 #21936

JayXon opened this issue Jul 26, 2024 · 0 comments · Fixed by #21951
Labels
Bug This tag is applied to issues which reports bugs.

Comments

@JayXon
Copy link

JayXon commented Jul 26, 2024

Describe the bug

string split is buggy

Reproduction Steps

println('aaaa'.split('aa'))

Expected Behavior

['', '', '']

Current Behavior

['', 'aa']

Possible Solution

No response

Additional Information/Context

possibly caused by #21563

V version

0.4.7

Environment details (OS name and version, etc.)

https://play.vlang.io/

Note

You can use the 👍 reaction to increase the issue's priority for developers.

Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.

@JayXon JayXon added the Bug This tag is applied to issues which reports bugs. label Jul 26, 2024
JRaspass added a commit to code-golf/code-golf that referenced this issue Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug This tag is applied to issues which reports bugs.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant