diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-08-24 11:25:32 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-24 11:25:32 -0400 |
| commit | 684aabbc252fe895e8f5de82c5fa4b7b6290f3ea (patch) | |
| tree | 4bc64d132f118f0a1265d323c5e569d221a65437 /cli/tests/testdata/npm/sub_paths/main.out | |
| parent | a4cc09447e73d27b15201e7240fa056f06e34b9f (diff) | |
feat: support subpaths in npm package references (#15578)
Diffstat (limited to 'cli/tests/testdata/npm/sub_paths/main.out')
| -rw-r--r-- | cli/tests/testdata/npm/sub_paths/main.out | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/testdata/npm/sub_paths/main.out b/cli/tests/testdata/npm/sub_paths/main.out new file mode 100644 index 000000000..f034585a7 --- /dev/null +++ b/cli/tests/testdata/npm/sub_paths/main.out @@ -0,0 +1 @@ +<div>Hello <!-- -->World<!-- -->!</div> |
