-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
get rid of syntactically significant unicode equals signs #400
Conversation
SPEC.md
Outdated
#### Equals Sign | ||
|
||
Any of the following characters may be used as equals signs in properties: | ||
Only the following character may be used as equals signs in properties: | ||
|
||
| Name | Character | Code Point | | ||
|----|-----|----| | ||
| EQUALS SIGN | `=` | `U+003D` | | ||
| SMALL EQUALS SIGN | `﹦` | `U+FE66` | | ||
| FULLWIDTH EQUALS SIGN | `=` | `U+FF1D` | | ||
| HEAVY EQUALS SIGN | `🟰` | `U+1F7F0` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it necessary to keep this section? It's has only one reference, in the previous section, that could be replaced with "equals sign (=
, code point U+003D
)". Regardless, the previous section might need to be reworded anyway (#401).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
daa4a6e
to
3c2f103
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just realized that the example in the readme is now outdated:
// And you can also use unicode, even for the equals sign! ノード お名前=☜(゚ヮ゚☜)
8133431
to
c81fa4d
Compare
Fixes: #399