Skip to content

Commit

Permalink
test: fix because beautify not works
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Feb 8, 2018
1 parent 1c50342 commit 1c76902
Showing 1 changed file with 22 additions and 19 deletions.
41 changes: 22 additions & 19 deletions test/expected/output-default-config-from-pkg.html
Original file line number Diff line number Diff line change
@@ -1,26 +1,29 @@
<!DOCTYPE html>

<html>
<head>
<meta charset="utf-8">

<title>PostHTML</title>

<link rel="stylesheet" href="index.css">
</head>

<head>
<meta charset="utf-8">
<title>PostHTML</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="container">
<header class="header">
<h1 class="header__title">PostHTML Example</h1>
</header>

<body>
<div class="container">
<header class="header">
<h1 class="header__title">PostHTML Example</h1>
</header>
<main class="main">
<div style="background: #fff;" class="content">
<h1 style="font-size: 3em;" class="content__title">Title</h1>
<p style="color: red;" class="content__text content__text--red">Text</p>
</div>
</main>
</div>
<main class="main">
<div style="background: #fff;" class="content">
<h1 style="font-size: 3em;" class="content__title">Title</h1>

<script src="index.js"></script>
</body>
<p style="color: red;" class="content__text content__text--red">Text</p>
</div>
</main>
</div>

<script src="index.js"></script>
</body>
</html>

0 comments on commit 1c76902

Please sign in to comment.