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
30 changes: 0 additions & 30 deletions tests/wpt/toascii.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,36 +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
},
{
"input": "xn--a-yoc",
"output": null
Expand Down
Loading