Simplify example query to make it work with all languages
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user