// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`t-call-block simple t-call-block with static text 1`] = ` "function anonymous(app, bdom, helpers ) { let { text, createBlock, list, multi, html, toggler, comment } = bdom; let block1 = createBlock(\`
\`); return function template(ctx, node, key = \\"\\") { const b2 = ctx['myBlock'](); return block1([], [b2]); } }" `;