16 lines
331 B
Plaintext
16 lines
331 B
Plaintext
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>"
|
|
`;
|