We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b04df7b commit 6c704c2Copy full SHA for 6c704c2
test/tests/bidi.json
@@ -114,12 +114,12 @@
114
"exp": "1"
115
},
116
{
117
- "description": " name... excludes U+FFFD and U+061C -- this pases as name -> [bidi] name-start *name-char",
+ "description": "name... excludes bidi formatting character U+061C -- this parses as name -> [bidi] name-start *name-char",
118
"src": ".local $\u061Cfoo = {1} {{ {$\u061Cfoo} }}",
119
"exp": " \u20681\u2069 "
120
121
122
- "description": " name matches https://www.w3.org/TR/REC-xml-names/#NT-NCName but excludes U+FFFD and U+061C",
+ "description": "name excludes bidi formatting character U+061C",
123
"src": ".local $foo\u061Cbar = {2} {{ }}",
124
"expErrors": [{"type": "syntax-error"}]
125
0 commit comments