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

Test environment 'collapses' multiple kinds of whitespace into one #125

Closed
kozross opened this issue Feb 7, 2021 · 1 comment
Closed

Comments

@kozross
Copy link

kozross commented Feb 7, 2021

The test environment responds to any kind of whitespace being entered (and indeed, any amount of consecutive whitespace) by converting it to a single space. This is confusing, not least of all because it doesn't demonstrate how AsciiMath responds to multiple consecutive spaces, for example. Is this intentional, and if so, why?

@drlippman
Copy link
Contributor

AsciiMath treats multiple consecutive spaces as if there's only one, so it sounds like it's behaving exactly right. In AsciiMath, spaces only serve to separate tokens, nothing else.

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

2 participants