initial
This commit is contained in:
15
node_modules/pug/test/regression-2436/__snapshots__/index.test.js.snap
generated
vendored
Normal file
15
node_modules/pug/test/regression-2436/__snapshots__/index.test.js.snap
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
exports[`test #2436 - block with a same name extends from different layout in nesting 1`] = `
|
||||
"
|
||||
<h1>layout </h1>
|
||||
<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>Main A</p>
|
||||
<h1>layout </h1>
|
||||
<p>Other A</p>"
|
||||
`;
|
||||
Reference in New Issue
Block a user