blob: 89c454fc9f8bd79cf60ba6a8ff73b9b4d11d9e58 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"name": "Failing addresses: mismatched trailing slashes",
"importMap": {
"imports": {
"trailer/": "/notrailer"
}
},
"importMapBaseURL": "https://base.example/path1/path2/path3",
"expectedParsedImportMap": {
"imports": {
"trailer/": null
},
"scopes": {}
}
}
|