mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-03 15:34:25 +00:00
Split out hello_world test
This commit is contained in:
parent
f8b5077558
commit
31be62cba4
1 changed files with 2 additions and 0 deletions
|
|
@ -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"`
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue