Skip to content

Commit

Permalink
fix(package): update @adobe/helix-pipeline to version 3.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] authored and rofe committed Jun 28, 2019
1 parent 9be7c83 commit 2e9214b
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 41 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@adobe/fastly-native-promises": "^1.3.2",
"@adobe/helix-pipeline": "3.7.2",
"@adobe/helix-pipeline": "3.7.3",
"@adobe/helix-shared": "1.5.0",
"@adobe/helix-simulator": "2.12.13",
"@adobe/htlengine": "3.2.0",
Expand Down
66 changes: 29 additions & 37 deletions test/specs/simple_response.html
Original file line number Diff line number Diff line change
@@ -1,39 +1,31 @@
<!DOCTYPE html>
<html>
<head>
<title>Example</title>
<link rel="related" href="/welcome.txt"/>
</head>
<body>
Nothing happens here, yet.
<!DOCTYPE html><html>
<head>
<title>Example</title>
<link rel="related" href="/welcome.txt">
</head>
<body>
Nothing happens here, yet.

<h1>Here are a few things I know:</h1>
<dl>
<dt>Requested Content</dt>
<dd><code>/index.md</code></dd>
<h1>Here are a few things I know:</h1>
<dl>
<dt>Requested Content</dt>
<dd><code>/index.md</code></dd>

<dt>Title</dt>
<dd><code>Soup Demo Test</code></dd>
</dl>
<!-- anyway, here's the full content-->
<main>
<h1 id="soup-demo-test">Soup Demo Test</h1>
<p>This is rendered using
<del>Sightly</del>
HTL.
</p>
<div class="admonition-note">
<p><strong>note</strong>
This is a note. Who’d have noted?</p>
</div>
<p></p>
<div class="embed embed-has-title">
<span class="title">Fastly error: unknown domain embeds.project-helix.io</span>
<div>
<p></p>
<script>alert('hello');</script>
</div>
</div>
</main>
</body>
</html>
<dt>Title</dt>
<dd><code>Soup Demo Test</code></dd>
</dl>
<!-- anyway, here's the full content-->
<main>
<h1 id="soup-demo-test">Soup Demo Test</h1>
<p>This is rendered using <del>Sightly</del> HTL.</p>
<div class="admonition-note">
<p><strong>note</strong>
This is a note. Who’d have noted?</p>
</div>
<p></p>
<script>
alert('hello');
</script>
</main>
</body>
</html>

0 comments on commit 2e9214b

Please sign in to comment.