mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 00:59:29 +00:00
Split out hello_world test
This commit is contained in:
parent
1b7255e9d8
commit
ee5287b8cc
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