Skip to content

Commit 78457ce

Browse files
committed
Failing test for not recognizing blob: urls as absolute
1 parent 063ced9 commit 78457ce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/resolve/index.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ describe( 'rcu.resolve()', function () {
3737
base: 'components/foo.html',
3838
path: '../bar.html',
3939
expected: 'bar.html'
40+
},
41+
42+
{
43+
base: 'components/foo.html',
44+
path: 'blob:https://site.example/deadbeef-dead-beef-dead-deaddeadbeef',
45+
expected: 'blob:https://site.example/deadbeef-dead-beef-dead-deaddeadbeef'
4046
}
4147
];
4248

0 commit comments

Comments
 (0)