Skip to content

Commit 639ee91

Browse files
committed
Missing markup
1 parent 81ca871 commit 639ee91

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

__tests__/compile.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ select 2;
7171
),
7272
).toEqual(`\
7373
select 1;
74+
--! Included foo.sql
7475
select * from foo;
76+
--! EndIncluded foo.sql
7577
select 2;
7678
`);
7779
});

0 commit comments

Comments
 (0)