Skip to content

Commit 6c704c2

Browse files
authored
Fix some test descriptions
These were formerly correct or contained typos
1 parent b04df7b commit 6c704c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/tests/bidi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,12 @@
114114
"exp": "1"
115115
},
116116
{
117-
"description": " name... excludes U+FFFD and U+061C -- this pases as name -> [bidi] name-start *name-char",
117+
"description": "name... excludes bidi formatting character U+061C -- this parses as name -> [bidi] name-start *name-char",
118118
"src": ".local $\u061Cfoo = {1} {{ {$\u061Cfoo} }}",
119119
"exp": " \u20681\u2069 "
120120
},
121121
{
122-
"description": " name matches https://www.w3.org/TR/REC-xml-names/#NT-NCName but excludes U+FFFD and U+061C",
122+
"description": "name excludes bidi formatting character U+061C",
123123
"src": ".local $foo\u061Cbar = {2} {{ }}",
124124
"expErrors": [{"type": "syntax-error"}]
125125
},

0 commit comments

Comments
 (0)