Simplify example query to make it work with all languages

This commit is contained in:
Elena Tanasoiu
2023-02-10 12:56:12 +00:00
parent 3464cd0cda
commit c4bed4e8aa

View File

@@ -71,9 +71,7 @@ export class QlPackGenerator {
import ${this.queryLanguage}
from BlockStmt b
where b.getNumStmt() = 0
select b, "This is an empty block."
select "Hello, world!"
`.trim();
await writeFile(exampleQlFile, exampleQl, "utf8");