From 92498e7f809453f09d89cf44e497c1ecccb27796 Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Fri, 7 Jun 2024 15:25:03 -0400 Subject: [PATCH] test string interpolation --- build/test.mjs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build/test.mjs b/build/test.mjs index 95197e7..e946c71 100644 --- a/build/test.mjs +++ b/build/test.mjs @@ -1,5 +1,3 @@ import {run} from "./ludus.mjs" -console.log("Imported ludus wasm") - -console.log(run(`print! ("hello, world!")`)) +console.log(run(`let foo = 42; "{foo} bar"`))