Skip to content

Commit

Permalink
Update snapshot to match user's typical expectations.
Browse files Browse the repository at this point in the history
  • Loading branch information
Secbone authored and ForbesLindesay committed May 1, 2017
1 parent 65e445e commit bb8efc6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
exports[`test #2436 - block with a same name extends from different layout in nesting 1`] = `
"
<h1>layout </h1>
<p>Other A</p>
<p>Main A</p>
<h1>other layout</h1>
<p>Other A</p>"
`;

exports[`test #2436 - block with a same name extends from the same layout in nesting 1`] = `
"
<h1>layout </h1>
<p>Other A</p>
<p>Main A</p>
<h1>layout </h1>
<p>Other A</p>"
`;

0 comments on commit bb8efc6

Please sign in to comment.