Skip to content

Commit 278380c

Browse files
committed
update testdata
1 parent d7f8acf commit 278380c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

testdata/packages-via-trailing-slashes.json

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
"package submodules": {
2929
"expectedResults": {
3030
"moment/foo": "https://example.com/node_modules/moment/src/foo",
31+
"moment/foo?query": "https://example.com/node_modules/moment/src/foo?query",
32+
"moment/foo#fragment": "https://example.com/node_modules/moment/src/foo#fragment",
33+
"moment/foo?query#fragment": "https://example.com/node_modules/moment/src/foo?query#fragment",
3134
"lodash-dot/foo": "https://example.com/app/node_modules/lodash-es/foo",
3235
"lodash-dotdot/foo": "https://example.com/node_modules/lodash-es/foo"
3336
}

0 commit comments

Comments
 (0)