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

[lex.pptoken] p2 Split the quotation characters into the corresponding terms #5502

Open
xmh0511 opened this issue Jun 2, 2022 · 0 comments

Comments

@xmh0511
Copy link
Contributor

xmh0511 commented Jun 2, 2022

[lex.pptoken] p2 says

Whitespace can appear within a preprocessing token only as part of a header name or between the quotation characters in a character literal or string literal.

Since we have named " as U+0022 QUOTATION MARK and named ' as U+0027 APOSTROPHE, we shouldn't use "quotation characters" to generally name such two characters. We should splict it to the term to make the meaning be clearer.

Whitespace can appear within a preprocessing token only as part of a header name or between the quotation characters U+0027 APOSTROPHE characters in a character literal or between the U+0022 QUOTATION MARK characters in a string literal.

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