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

C++ & format: Define whitespace properly #13

Open
tfgg opened this issue Dec 23, 2014 · 0 comments
Open

C++ & format: Define whitespace properly #13

tfgg opened this issue Dec 23, 2014 · 0 comments

Comments

@tfgg
Copy link
Owner

tfgg commented Dec 23, 2014

From Paul

I've modified the definition of white-space; the initial version just used ' ', while the definition says anything that regex '\s' accepts. But the latter definition is ambiguous, and you can't include the line separator in the token separator. The definition doesn't actually define the line separator (I think '\n' is fine).

@tfgg tfgg changed the title C++ & definition: Define whitespace properly C++ & format: Define whitespace properly Dec 23, 2014
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