Skip to content

Commit 8e1e1c1

Browse files
fix spelling error in test descriptions
1 parent 77f1d10 commit 8e1e1c1

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

tests/draft2019-09/optional/format/iri.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"valid": true
1010
},
1111
{
12-
"description": "a valid IRI with anchor tag and parantheses",
12+
"description": "a valid IRI with anchor tag and parentheses",
1313
"data": "http://ƒøø.com/blah_(wîkïpédiå)_blah#ßité-1",
1414
"valid": true
1515
},

tests/draft2019-09/optional/format/uri.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"valid": true
1010
},
1111
{
12-
"description": "a valid URL with anchor tag and parantheses",
12+
"description": "a valid URL with anchor tag and parentheses",
1313
"data": "http://foo.com/blah_(wikipedia)_blah#cite-1",
1414
"valid": true
1515
},

tests/draft2020-12/optional/format/iri.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"valid": true
1010
},
1111
{
12-
"description": "a valid IRI with anchor tag and parantheses",
12+
"description": "a valid IRI with anchor tag and parentheses",
1313
"data": "http://ƒøø.com/blah_(wîkïpédiå)_blah#ßité-1",
1414
"valid": true
1515
},

tests/draft2020-12/optional/format/uri.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"valid": true
1010
},
1111
{
12-
"description": "a valid URL with anchor tag and parantheses",
12+
"description": "a valid URL with anchor tag and parentheses",
1313
"data": "http://foo.com/blah_(wikipedia)_blah#cite-1",
1414
"valid": true
1515
},

tests/draft4/optional/format/uri.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"valid": true
1010
},
1111
{
12-
"description": "a valid URL with anchor tag and parantheses",
12+
"description": "a valid URL with anchor tag and parentheses",
1313
"data": "http://foo.com/blah_(wikipedia)_blah#cite-1",
1414
"valid": true
1515
},

tests/draft6/optional/format/uri.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"valid": true
1010
},
1111
{
12-
"description": "a valid URL with anchor tag and parantheses",
12+
"description": "a valid URL with anchor tag and parentheses",
1313
"data": "http://foo.com/blah_(wikipedia)_blah#cite-1",
1414
"valid": true
1515
},

tests/draft7/optional/format/iri.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"valid": true
1010
},
1111
{
12-
"description": "a valid IRI with anchor tag and parantheses",
12+
"description": "a valid IRI with anchor tag and parentheses",
1313
"data": "http://ƒøø.com/blah_(wîkïpédiå)_blah#ßité-1",
1414
"valid": true
1515
},

tests/draft7/optional/format/uri.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"valid": true
1010
},
1111
{
12-
"description": "a valid URL with anchor tag and parantheses",
12+
"description": "a valid URL with anchor tag and parentheses",
1313
"data": "http://foo.com/blah_(wikipedia)_blah#cite-1",
1414
"valid": true
1515
},

0 commit comments

Comments
 (0)