We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81ca871 commit 639ee91Copy full SHA for 639ee91
1 file changed
__tests__/compile.test.ts
@@ -71,7 +71,9 @@ select 2;
71
),
72
).toEqual(`\
73
select 1;
74
+--! Included foo.sql
75
select * from foo;
76
+--! EndIncluded foo.sql
77
select 2;
78
`);
79
});
0 commit comments