Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 0 additions & 45 deletions tests/wpt/toascii.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,51 +106,6 @@
"input": "يa",
"output": null
},
{
"comment": "CheckBidi: LTR label ending with RTL code point",
"input": "a\u05D0",
"output": null
},
{
"comment": "CheckBidi: LTR label ending with AL code point",
"input": "a\u0627",
"output": null
},
{
"comment": "CheckBidi: LTR label ending with AN code point",
"input": "a\u0661",
"output": null
},
{
"comment": "CheckBidi: LTR label with multiple trailing RTL code points",
"input": "a\u05D0\u05D1",
"output": null
},
{
"comment": "CheckBidi: NSM before trailing RTL code point",
"input": "a\u0301\u05D0",
"output": null
},
{
"comment": "CheckBidi: trailing NSM after RTL code point",
"input": "a\u05D0\u0301",
"output": null
},
{
"comment": "CheckBidi: Bidi label starting with EN code point",
"input": "1\u0627",
"output": null
},
{
"comment": "CheckBidi: Bidi label starting with AN code point",
"input": "\u0660",
"output": null
},
{
"comment": "CheckBidi: Bidi label starting with AN followed by AL",
"input": "\u0660\u0627",
"output": null
},
{
"input": "xn--a-yoc",
"output": null
Expand Down
Loading