File tree Expand file tree Collapse file tree
lib/src/testFixtures/resources/suite-yaml/tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 - description : an invalid closing Z after time-zone offset
5858 data : 1963-06-19T08:30:06.28123+01:00Z
5959 valid : false
60+ - description : an invalid hour in date-time string
61+ data : 1990-12-31T24:00:00Z
62+ valid : false
63+ - description : an invalid minute in date-time string
64+ data : 1990-12-31T15:60:00Z
65+ valid : false
66+ - description : an invalid offset minute in date-time string
67+ data : " 1990-12-31T10:00:00+10:60"
68+ valid : false
6069 - description : an invalid date-time string
6170 data : 06/19/1963 08:30:06 PST
6271 valid : false
Original file line number Diff line number Diff line change 7979 foo : foo
8080 bar : bar
8181 valid : false
82- - description : unevaluatedProperties with adjacent additionalProperties
82+ - description : unevaluatedProperties with adjacent bool additionalProperties
8383 schema :
8484 $schema : https://json-schema.org/draft/2019-09/schema
8585 type : object
9898 foo : foo
9999 bar : bar
100100 valid : true
101+ - description : unevaluatedProperties with adjacent non-bool additionalProperties
102+ schema :
103+ $schema : https://json-schema.org/draft/2019-09/schema
104+ type : object
105+ properties :
106+ foo :
107+ type : string
108+ additionalProperties :
109+ type : string
110+ unevaluatedProperties : false
111+ tests :
112+ - description : with no additional properties
113+ data :
114+ foo : foo
115+ valid : true
116+ - description : with additional properties
117+ data :
118+ foo : foo
119+ bar : bar
120+ valid : true
101121- description : unevaluatedProperties with nested properties
102122 schema :
103123 $schema : https://json-schema.org/draft/2019-09/schema
Original file line number Diff line number Diff line change 5757 - description : an invalid closing Z after time-zone offset
5858 data : 1963-06-19T08:30:06.28123+01:00Z
5959 valid : false
60+ - description : an invalid hour in date-time string
61+ data : 1990-12-31T24:00:00Z
62+ valid : false
63+ - description : an invalid minute in date-time string
64+ data : 1990-12-31T15:60:00Z
65+ valid : false
66+ - description : an invalid offset minute in date-time string
67+ data : " 1990-12-31T10:00:00+10:60"
68+ valid : false
6069 - description : an invalid date-time string
6170 data : 06/19/1963 08:30:06 PST
6271 valid : false
Original file line number Diff line number Diff line change 7777- description : unevaluatedProperties with adjacent bool additionalProperties
7878 schema :
7979 $schema : https://json-schema.org/draft/2020-12/schema
80+ type : object
81+ properties :
82+ foo :
83+ type : string
8084 additionalProperties : true
8185 unevaluatedProperties : false
8286 tests :
9296- description : unevaluatedProperties with adjacent non-bool additionalProperties
9397 schema :
9498 $schema : https://json-schema.org/draft/2020-12/schema
99+ type : object
100+ properties :
101+ foo :
102+ type : string
95103 additionalProperties :
96104 type : string
97105 unevaluatedProperties : false
98106 tests :
99- - description : with only valid additional properties
107+ - description : with no additional properties
100108 data :
101109 foo : foo
102110 valid : true
103- - description : with invalid additional properties
111+ - description : with additional properties
104112 data :
105113 foo : foo
106- bar : 1
107- valid : false
114+ bar : bar
115+ valid : true
108116- description : unevaluatedProperties with nested properties
109117 schema :
110118 $schema : https://json-schema.org/draft/2020-12/schema
Original file line number Diff line number Diff line change 4747 - description : an invalid date-time with leap second on a wrong hour, UTC
4848 data : 1998-12-31T22:59:60Z
4949 valid : false
50+ - description : an invalid hour in date-time string
51+ data : 1990-12-31T24:00:00Z
52+ valid : false
53+ - description : an invalid minute in date-time string
54+ data : 1990-12-31T15:60:00Z
55+ valid : false
56+ - description : an invalid offset minute in date-time string
57+ data : " 1990-12-31T10:00:00+10:60"
58+ valid : false
5059 - description : an invalid day in date-time string
5160 data : 1990-02-31T15:59:59.123-08:00
5261 valid : false
Original file line number Diff line number Diff line change 4747 - description : an invalid date-time with leap second on a wrong hour, UTC
4848 data : 1998-12-31T22:59:60Z
4949 valid : false
50+ - description : an invalid hour in date-time string
51+ data : 1990-12-31T24:00:00Z
52+ valid : false
53+ - description : an invalid minute in date-time string
54+ data : 1990-12-31T15:60:00Z
55+ valid : false
56+ - description : an invalid offset minute in date-time string
57+ data : " 1990-12-31T10:00:00+10:60"
58+ valid : false
5059 - description : an invalid day in date-time string
5160 data : 1990-02-31T15:59:59.123-08:00
5261 valid : false
Original file line number Diff line number Diff line change 4747 - description : an invalid date-time with leap second on a wrong hour, UTC
4848 data : 1998-12-31T22:59:60Z
4949 valid : false
50+ - description : an invalid hour in date-time string
51+ data : 1990-12-31T24:00:00Z
52+ valid : false
53+ - description : an invalid minute in date-time string
54+ data : 1990-12-31T15:60:00Z
55+ valid : false
56+ - description : an invalid offset minute in date-time string
57+ data : " 1990-12-31T10:00:00+10:60"
58+ valid : false
5059 - description : an invalid day in date-time string
5160 data : 1990-02-31T15:59:59.123-08:00
5261 valid : false
You can’t perform that action at this time.
0 commit comments