Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit 0826d6c

Browse files
committed
fix tests
1 parent c50aa8a commit 0826d6c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/expected/conditional_ie/conditional_ie.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>Conditional IE statement</title>
77
<!--[if lte IE 8]>
88
<script src="ie8script.js"></script>
9-
<link rel="stylesheet" href="ie8.min.css"/>
9+
<link rel="stylesheet" href="ie8.min.css">
1010
<![endif]-->
1111
</head>
1212
<body>

test/expected/inline/inline.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
66
<title>Inline CSS</title>
77

8-
<link rel="stylesheet" href="styles.css"/>
8+
<link rel="stylesheet" href="styles.css">
99

1010
<style>
1111
html {

test/expected/recursive/recursive.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
66
<title>Recursive process included files</title>
77

8-
<link rel="stylesheet" href="styles.min.css"/>
8+
<link rel="stylesheet" href="styles.min.css">
99

1010
<script src="script.min.js"></script>
1111
</head>

0 commit comments

Comments
 (0)