We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 742344b commit 87a4d46Copy full SHA for 87a4d46
src/fs.rs
@@ -400,6 +400,16 @@ mod tests {
400
"virtualSegments": ["b/__virtual__/foo-abcdef/1/c/foo.zip", "c/foo.zip"],
401
"zipPath": "bar"
402
}],
403
+ ["/a/b/__virtual__/foo-abcdef/1/c/foo.zip/bar", {
404
+ "basePath": "/a",
405
+ "virtualSegments": ["b/__virtual__/foo-abcdef/1/c/foo.zip", "c/foo.zip"],
406
+ "zipPath": "bar"
407
+ }],
408
+ ["/a/b/__virtual__/foo-abcdef/2/c/foo.zip/bar", {
409
+ "basePath": "/",
410
+ "virtualSegments": ["a/b/__virtual__/foo-abcdef/2/c/foo.zip", "c/foo.zip"],
411
412
413
["./a/b/c/.zip", null],
414
["./a/b/c/foo.zipp", null],
415
["./a/b/c/foo.zip/bar/baz/qux.zip", {
0 commit comments