We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a3c36 commit 2187258Copy full SHA for 2187258
basics/uuri_uri_serialization.feature
@@ -70,8 +70,10 @@ Feature: String representation of endpoint identfiers (UUri)
70
| "//" | not a URI |
71
| "//vcu.my_vin" | just an authority |
72
| "//VCU" | authority with uppercase characters |
73
- | "////1/A1FB" | missing authority and entity |
74
- | "/////A1FB" | missing authority, entity and version |
+ | "//vcu.my_vin//1/A1FB" | missing entity ID |
+ | "//vcu.my_vin/101//A1FB" | missing version |
75
+ | "//vcu.my_vin/101/1/" | missing resource ID |
76
+ | "up://vcu.my_vin/101/1/A/unexpected" | too many path segments |
77
| "xy://vcu.my_vin/101/1/A" | unsupported schema |
78
| "//vcu.my_vin/101/1/A?foo=bar" | URI with query |
79
| "//vcu.my_vin/101/1/A#foo" | URI with fragment |
0 commit comments