From 5e9a34e64254000b9922d69697774c430cdeca36 Mon Sep 17 00:00:00 2001 From: Lizzy Hunt Date: Tue, 5 Mar 2024 14:49:46 -0700 Subject: fix parsing of RecordExpressions --- test/programs/index.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/programs/index.ts') diff --git a/test/programs/index.ts b/test/programs/index.ts index fae3b59..71ae303 100644 --- a/test/programs/index.ts +++ b/test/programs/index.ts @@ -19,4 +19,7 @@ export namespace TestPrograms { export const Application = Bun.file( join(import.meta.dir, 'application.cps'), ).text(); + export const RecordConstruction = Bun.file( + join(import.meta.dir, 'record.cps'), + ).text(); } -- cgit v1.2.3-70-g09d2