File tree 4 files changed +20
-0
lines changed
draft2019-09/optional/format
4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 97
97
"description" : " an invalid URI with spaces and missing scheme" ,
98
98
"data" : " :// should fail" ,
99
99
"valid" : false
100
+ },
101
+ {
102
+ "description" : " an invalid URI with comma in scheme" ,
103
+ "data" : " bar,baz:foo" ,
104
+ "valid" : false
100
105
}
101
106
]
102
107
}
Original file line number Diff line number Diff line change 97
97
"description" : " an invalid URI with spaces and missing scheme" ,
98
98
"data" : " :// should fail" ,
99
99
"valid" : false
100
+ },
101
+ {
102
+ "description" : " an invalid URI with comma in scheme" ,
103
+ "data" : " bar,baz:foo" ,
104
+ "valid" : false
100
105
}
101
106
]
102
107
}
Original file line number Diff line number Diff line change 97
97
"description" : " an invalid URI with spaces and missing scheme" ,
98
98
"data" : " :// should fail" ,
99
99
"valid" : false
100
+ },
101
+ {
102
+ "description" : " an invalid URI with comma in scheme" ,
103
+ "data" : " bar,baz:foo" ,
104
+ "valid" : false
100
105
}
101
106
]
102
107
}
Original file line number Diff line number Diff line change 97
97
"description" : " an invalid URI with spaces and missing scheme" ,
98
98
"data" : " :// should fail" ,
99
99
"valid" : false
100
+ },
101
+ {
102
+ "description" : " an invalid URI with comma in scheme" ,
103
+ "data" : " bar,baz:foo" ,
104
+ "valid" : false
100
105
}
101
106
]
102
107
}
You can’t perform that action at this time.
0 commit comments