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

In(n) removes more from input than expected #24

Closed
robbertvs opened this issue Dec 7, 2022 · 0 comments
Closed

In(n) removes more from input than expected #24

robbertvs opened this issue Dec 7, 2022 · 0 comments

Comments

@robbertvs
Copy link

When integers are separated by something else than whitespace In(n) removes all characters until the next whitespace.

Example

input is "2-4,6-8 2-3,4-5" and In(n) is executed

Expected behaviour

2 is pushed onto the stack and input is "-4,6-8 2-3,4-5"

Actual behaviour

2 is pushed onto the stack and input is " 2-3,4-5"

@DovahBot DovahBot mentioned this issue Dec 10, 2022
@dnek dnek closed this as completed in 3d3e428 Dec 10, 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