Skip to content

Commit db19700

Browse files
committed
test: update test file
1 parent fc6fcae commit db19700

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

test/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,29 +38,29 @@
3838
'//' +
3939
location.host +
4040
location.pathname
41-
).replace(/\/index\.html$/, '')
41+
).replace(/\/index\.html$/, '/')
4242
document.querySelector(
4343
'#expected'
44-
).value = `/*! CSS Used from: ${prefix}/css/index.css */
45-
/*! @import ${prefix}/css/base.css screen, projection */
44+
).value = `/*! CSS Used from: ${prefix}css/index.css */
45+
/*! @import ${prefix}css/base.css screen, projection */
4646
@media screen, projection{
4747
body{background:#ccc;}
4848
}
4949
/*! end @import */
50-
/*! @import ${prefix}/css/base2.css screen and (orientation:portrait) */
50+
/*! @import ${prefix}css/base2.css screen and (orientation:portrait) */
5151
@media screen and (orientation:portrait){
5252
body{background:#aaa;}
5353
}
5454
/*! end @import */
55-
/*! @import ${prefix}/css/skin.css */
55+
/*! @import ${prefix}css/skin.css */
5656
.S_spetxt{color:#fa7d3c;}
5757
body{background-color:#b4d66b;background-image:none;}
5858
body{color:#333;text-decoration:none;}
5959
a{color:#76a513;}
6060
/*! end @import */
6161
:AFTER{content:'after';background:#38c;color:#fff;font-size:12px;opacity:0.1;}
6262
html{height:100%;}
63-
A{background:url(${prefix}/img/logo.jpg);background-size:100%;animation:teatnamekey;}
63+
A{background:url(${prefix}img/logo.jpg);background-size:100%;animation:teatnamekey;}
6464
@media screen and (min-width:500px){
6565
a{width:16.666%;}
6666
}
@@ -74,7 +74,7 @@
7474
@media print{
7575
i{font-size:10pt;}
7676
}
77-
/*! CSS Used from: ${prefix}/css/font.css */
77+
/*! CSS Used from: ${prefix}css/font.css */
7878
i{font-family:'Cutive Mono';}
7979
@media only screen and (max-width:480px){
8080
b{font-size:20px;}

0 commit comments

Comments
 (0)