Skip to content

Commit

Permalink
fix line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck committed Feb 27, 2022
1 parent 38472b7 commit 684da56
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/FormatterTest.php
Expand Up @@ -302,7 +302,7 @@ class="btn btn-default" type="submit" form="post-form" formaction="http://local
/**
* Data provider.
*
* @return \Iterator <int, mixed[]>
* @return Iterator <int, mixed[]>
*/
public function providerMinify(): Iterator
{
Expand Down
@@ -1 +1,34 @@
<!DOCTYPE html><html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="auth" content="1" id="auth"> <script src="http://localhost/js/manifest.js?id=8f036cd511d2b70af1d3" type="text/javascript"></script> <meta name="auth" content="1" id="auth"> <title>Edit product</title><script>Sfdump = window.Sfdump || (function (doc) { console.log(doc); })(document);</script> <meta name="robots" content="noindex"> </head> <body><pre> something comes here </pre><textarea> something comes here too </textarea> <div class="container-fluid" data-controller="base"> <div class="row"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" reserveaspectratio="xMidYMid meet" viewbox="0 0 111.62013 21.110666"> <g class="a"> <path d="m30.286 20.4727h-4.264v-19.8613h4.264z"></path> </g> </svg> </div></div></body> </html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="auth" content="1" id="auth">
<script src="http://localhost/js/manifest.js?id=8f036cd511d2b70af1d3" type="text/javascript"></script>
<meta name="auth" content="1" id="auth">
<title>Edit product</title>
<script>
Sfdump = window.Sfdump || (function (doc) { console.log(doc); })(document);
</script>
<meta name="robots" content="noindex">
</head>
<body>
<pre>
something
comes
here </pre>
<textarea>
something comes
here too </textarea>
<div class="container-fluid" data-controller="base">
<div class="row">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" reserveaspectratio="xMidYMid meet" viewbox="0 0 111.62013 21.110666">
<g class="a">
<path d="m30.286 20.4727h-4.264v-19.8613h4.264z"></path>
</g>
</svg>
</div>
</div>
</body>
</html>

0 comments on commit 684da56

Please sign in to comment.