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

Small problem in web calculator rendering #205

Closed
eminence opened this issue Oct 11, 2023 · 0 comments · Fixed by #206
Closed

Small problem in web calculator rendering #205

eminence opened this issue Oct 11, 2023 · 0 comments · Fixed by #206

Comments

@eminence
Copy link
Contributor

Try opening this link: https://numbat.dev/?q=let+a+%3D+1234%0Alet+b+%3D+6789

In my chrome browser, it looks like this:

image

But I expected it to look like how I entered it originally:

image

eminence added a commit to eminence/numbat that referenced this issue Oct 11, 2023
This changes how input from a query string are handled.  Handling them
line by line produces output that more closely resembles how it would
have looked like when typed in interactively.

Note that this is technically a breaking change:  existing numbat.dev
URLs in the wild that contain newlines in the middle of statements will
no longer work.

Closes sharkdp#205
eminence added a commit to eminence/numbat that referenced this issue Oct 23, 2023
This changes how input from a query string are handled.  Handling them
line by line produces output that more closely resembles how it would
have looked like when typed in interactively.

Closes sharkdp#205
sharkdp pushed a commit that referenced this issue Oct 23, 2023
This changes how input from a query string are handled.  Handling them
line by line produces output that more closely resembles how it would
have looked like when typed in interactively.

Closes #205
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

Successfully merging a pull request may close this issue.

1 participant