Skip to content

Commit c2badb1

Browse files
authored
Merge pull request #734 from OptimumCode/idn-hostname-arabic-indic-mixed
Add valid first character to avoid Bidi rule violation in Arabic-Indic digits test
2 parents dd9599a + 4ae1426 commit c2badb1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/draft-next/optional/format/idn-hostname.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
{
258258
"description": "Arabic-Indic digits mixed with Extended Arabic-Indic digits",
259259
"comment": "https://tools.ietf.org/html/rfc5891#section-4.2.3.3 https://tools.ietf.org/html/rfc5892#appendix-A.8",
260-
"data": "\u0660\u06f0",
260+
"data": "\u0628\u0660\u06f0",
261261
"valid": false
262262
},
263263
{

tests/draft2019-09/optional/format/idn-hostname.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
{
258258
"description": "Arabic-Indic digits mixed with Extended Arabic-Indic digits",
259259
"comment": "https://tools.ietf.org/html/rfc5891#section-4.2.3.3 https://tools.ietf.org/html/rfc5892#appendix-A.8",
260-
"data": "\u0660\u06f0",
260+
"data": "\u0628\u0660\u06f0",
261261
"valid": false
262262
},
263263
{

tests/draft2020-12/optional/format/idn-hostname.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
{
258258
"description": "Arabic-Indic digits mixed with Extended Arabic-Indic digits",
259259
"comment": "https://tools.ietf.org/html/rfc5891#section-4.2.3.3 https://tools.ietf.org/html/rfc5892#appendix-A.8",
260-
"data": "\u0660\u06f0",
260+
"data": "\u0628\u0660\u06f0",
261261
"valid": false
262262
},
263263
{

tests/draft7/optional/format/idn-hostname.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
{
255255
"description": "Arabic-Indic digits mixed with Extended Arabic-Indic digits",
256256
"comment": "https://tools.ietf.org/html/rfc5891#section-4.2.3.3 https://tools.ietf.org/html/rfc5892#appendix-A.8",
257-
"data": "\u0660\u06f0",
257+
"data": "\u0628\u0660\u06f0",
258258
"valid": false
259259
},
260260
{

0 commit comments

Comments
 (0)