Split out hello_world test

This commit is contained in:
Jordan Eldredge 2019-10-03 06:36:09 -07:00
parent 1b7255e9d8
commit ee5287b8cc

View file

@ -93,6 +93,8 @@ Success: !(#f || #f)
Success: #t || ++n (doesn't short circuit)
Success: !(#f && ++ n) (doesn't short circuit)"
`);
});
test("hello_world", () => {
expect(runScript("hello_world.maki")).toMatchInlineSnapshot(
`"Hello Title: Hello World"`
);