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 d0e5b41 commit 51261b8Copy full SHA for 51261b8
test/compiler.test.js
@@ -25,6 +25,6 @@ describe("The compiler", () => {
25
})
26
it("generates js code when given the js option", () => {
27
const compiled = compile(sampleProgram, "js")
28
- assert(compiled.startsWith("console.log(0)"))
+ assert(compiled.includes("funktionPrint(0);"))
29
30
0 commit comments