Skip to content

Commit

Permalink
test(css): Fix tests breaking on css newlines after js-beautify pass
Browse files Browse the repository at this point in the history
Closes #3
  • Loading branch information
Velenir committed Mar 20, 2017
1 parent f618197 commit c87e1d5
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion test/test_cases/customInline.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Page Title</title>
<style>
/* main.css */

body {
background: #bcd;
}
Expand Down
2 changes: 1 addition & 1 deletion test/test_cases/defaultInlinedWithAttributes.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Page Title</title>
<style media="(min-width:200px)">
/* main.css */

body {
background: #bcd;
}
Expand Down
2 changes: 1 addition & 1 deletion test/test_cases/excludeJSWithCSS.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Page Title</title>
<style>
/* style.css */

body {
color: #fff;
}
Expand Down
2 changes: 1 addition & 1 deletion test/test_cases/inlineChunkWithAttributes.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Page Title</title>
<style media="(min-width:200px)">
/* main.css */

body {
background: #bcd;
}
Expand Down
2 changes: 1 addition & 1 deletion test/test_cases/inlineChunks.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Page Title</title>
<style>
/* main.css */

body {
background: #bcd;
}
Expand Down
2 changes: 1 addition & 1 deletion test/test_cases/inlineChunksPartially.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Page Title</title>
<style>
/* main.css */

body {
background: #bcd;
}
Expand Down
2 changes: 1 addition & 1 deletion test/test_cases/inlineWithAttributes.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Page Title</title>
<style media="(min-width:200px)">
/* main.css */

body {
background: #bcd;
}
Expand Down
2 changes: 1 addition & 1 deletion test/test_cases/inlineWithDefaults.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Page Title</title>
<style>
/* main.css */

body {
background: #bcd;
}
Expand Down
2 changes: 1 addition & 1 deletion test/test_cases/manualInline.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Page Title</title>
<style>
/* main.css */

body {
background: #bcd;
}
Expand Down
2 changes: 1 addition & 1 deletion test/test_cases/manualInlineChunk.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Page Title</title>
<style>
/* main.css */

body {
background: #bcd;
}
Expand Down

0 comments on commit c87e1d5

Please sign in to comment.