From 4faa262d39d55020319d4adaedaaa64943aeed7b Mon Sep 17 00:00:00 2001 From: Saurabh Date: Wed, 4 Mar 2026 12:33:45 +0530 Subject: [PATCH] feat: break test to check CI Fix typo in evaluation block output in tests. --- packages/abell/src/vite-plugin-abell/compiler/compiler.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}