diff --git a/packages/abell/src/vite-plugin-abell/compiler/compiler.spec.ts b/packages/abell/src/vite-plugin-abell/compiler/compiler.spec.ts index 5a117d4..322834a 100644 --- a/packages/abell/src/vite-plugin-abell/compiler/compiler.spec.ts +++ b/packages/abell/src/vite-plugin-abell/compiler/compiler.spec.ts @@ -167,7 +167,7 @@ describe('compile()', () => { expect(out.out.text).toMatchInlineSnapshot(` " - Evaulation Block: \${e( 3 + 4 )} + Evaulation Block: Evaluation Block with Nesting: \${e( 'start-{{ 2 + 1 }}-end' )} Evaluation Block with Nesting: \${e( 'start-{{ {{ 2 + 1 }} }}-end' )} Escaped Block: \\\\{{ 2 + 1 }}