File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 94
94
"string" : " {\" x\" : { \" $uuid\" : { \" data\" : \" 73ffd264-44b3-4c69-90e8-e7d1dfc035d4\" }}}"
95
95
},
96
96
{
97
- "description" : " $uuid invalid value" ,
97
+ "description" : " $uuid invalid value--too short " ,
98
98
"string" : " {\" x\" : { \" $uuid\" : \" 73ffd264-44b3-90e8-e7d1dfc035d4\" }}"
99
+ },
100
+ {
101
+ "description" : " $uuid invalid value--too long" ,
102
+ "string" : " {\" x\" : { \" $uuid\" : \" 73ffd264-44b3-4c69-90e8-e7d1dfc035d4-789e4\" }}"
103
+ },
104
+ {
105
+ "description" : " $uuid invalid value--misplaced hyphens" ,
106
+ "string" : " {\" x\" : { \" $uuid\" : \" 73ff-d26444b-34c6-990e8e-7d1dfc035d4\" }}"
107
+ },
108
+ {
109
+ "description" : " $uuid invalid value--too many hyphens" ,
110
+ "string" : " {\" x\" : { \" $uuid\" : \" ----d264-44b3-4--9-90e8-e7d1dfc0----\" }}"
99
111
}
100
112
]
101
113
}
You can’t perform that action at this time.
0 commit comments