commit 66033a14ef869f9e5ee47d8e8253d551ed51e8ea
Author: ffff:12.186.22.250 <ffff:12.186.22.250@hub.scroll.pub> Date: 2025-01-07 02:48:02 +0000 Subject: updated test.js diff --git a/test.js b/test.js index cf0731f..08a74e5 100644 --- a/test.js +++ b/test.js @@ -3,6 +3,8 @@ const main = async () => { `# Hello world http://jscroll.scroll.pub/shout.scroll +http://jscroll.scroll.pub/shout.scroll +http://jscroll.scroll.pub/shout.scroll - A test - Of JScroll
commit c2c5175b98c9944ffb895a08279688c407948247
Author: ffff:12.186.22.250 <ffff:12.186.22.250@hub.scroll.pub> Date: 2025-01-07 02:47:45 +0000 Subject: updated test.js diff --git a/test.js b/test.js index 8cc4c05..cf0731f 100644 --- a/test.js +++ b/test.js @@ -19,7 +19,7 @@ belowAsCode `, "main.scroll", ); - const program = file.program; + const program = file.scrollProgram; document.querySelector("#output").innerHTML = program.asHtml; document.querySelector("#text").innerHTML = program.asTxt; window.program = program;
commit 4c67d1986bc69e801d259de4cbec5d2b8fd32a13
Author: ffff:12.186.22.250 <ffff:12.186.22.250@hub.scroll.pub> Date: 2025-01-07 02:47:30 +0000 Subject: updated test.js diff --git a/test.js b/test.js index 76f7caf..8cc4c05 100644 --- a/test.js +++ b/test.js @@ -1,5 +1,5 @@ const main = async () => { - const program = await jscroll.makeFusedFile( + const file = await jscroll.makeFusedFile( `# Hello world http://jscroll.scroll.pub/shout.scroll @@ -19,6 +19,7 @@ belowAsCode `, "main.scroll", ); + const program = file.program; document.querySelector("#output").innerHTML = program.asHtml; document.querySelector("#text").innerHTML = program.asTxt; window.program = program;
commit 66b67ff02f26c0682b7ca9626953b75a0e8f5ee2
Author: ffff:12.186.22.250 <ffff:12.186.22.250@hub.scroll.pub> Date: 2025-01-07 02:47:17 +0000 Subject: updated test.js diff --git a/test.js b/test.js index 541f559..76f7caf 100644 --- a/test.js +++ b/test.js @@ -1,5 +1,6 @@ const main = async () => { - const program = await jscroll.parseScroll(`# Hello world + const program = await jscroll.makeFusedFile( + `# Hello world http://jscroll.scroll.pub/shout.scroll @@ -15,7 +16,9 @@ code belowAsCode // Hello world - `); + `, + "main.scroll", + ); document.querySelector("#output").innerHTML = program.asHtml; document.querySelector("#text").innerHTML = program.asTxt; window.program = program;
commit 2f507144f2f30e4e2e09e2937914362dd0eed49e
Author: ffff:12.186.22.250 <ffff:12.186.22.250@hub.scroll.pub> Date: 2025-01-07 02:41:55 +0000 Subject: updated test.js diff --git a/test.js b/test.js index 43d698e..541f559 100644 --- a/test.js +++ b/test.js @@ -18,5 +18,6 @@ belowAsCode `); document.querySelector("#output").innerHTML = program.asHtml; document.querySelector("#text").innerHTML = program.asTxt; + window.program = program; }; main();
commit 4bff2c75426630791af30ec03ddb8c4b94036870
Author: ffff:12.186.22.250 <ffff:12.186.22.250@hub.scroll.pub> Date: 2025-01-07 02:41:05 +0000 Subject: updated test.js diff --git a/test.js b/test.js index c7f4864..43d698e 100644 --- a/test.js +++ b/test.js @@ -1,7 +1,7 @@ const main = async () => { const program = await jscroll.parseScroll(`# Hello world -https://jscroll.scroll.pub/shout.scroll +http://jscroll.scroll.pub/shout.scroll - A test - Of JScroll
commit 789cb533f2b6e0c74b2231d94330bfb45a898a07
Author: ffff:12.186.22.250 <ffff:12.186.22.250@hub.scroll.pub> Date: 2025-01-07 02:40:54 +0000 Subject: updated test.js diff --git a/test.js b/test.js index 43d698e..c7f4864 100644 --- a/test.js +++ b/test.js @@ -1,7 +1,7 @@ const main = async () => { const program = await jscroll.parseScroll(`# Hello world -http://jscroll.scroll.pub/shout.scroll +https://jscroll.scroll.pub/shout.scroll - A test - Of JScroll
commit 6737839baf0e2f93124a866c0dec420a23566cf0
Author: ffff:12.186.22.250 <ffff:12.186.22.250@hub.scroll.pub> Date: 2025-01-07 02:40:31 +0000 Subject: updated index.scroll diff --git a/index.scroll b/index.scroll index 3674c19..c3c54ce 100644 --- a/index.scroll +++ b/index.scroll @@ -12,4 +12,4 @@ div#output # Text pre#text -inlineJs +inlineJs test.js
commit 7e976881f3eb9c2edd4088cd1cef9f22da7722ff
Author: ffff:12.186.22.250 <ffff:12.186.22.250@hub.scroll.pub> Date: 2025-01-07 02:40:28 +0000 Subject: updated index.scroll diff --git a/index.scroll b/index.scroll index cd8cff1..3674c19 100644 --- a/index.scroll +++ b/index.scroll @@ -12,4 +12,4 @@ div#output # Text pre#text -test.js +inlineJs
commit 99e3c541f9daacc797bb5228050e02b52e804c19
Author: ffff:12.186.22.250 <ffff:12.186.22.250@hub.scroll.pub> Date: 2025-01-07 02:39:50 +0000 Subject: updated test.js diff --git a/test.js b/test.js index 6223835..43d698e 100644 --- a/test.js +++ b/test.js @@ -1,6 +1,8 @@ const main = async () => { const program = await jscroll.parseScroll(`# Hello world +http://jscroll.scroll.pub/shout.scroll + - A test - Of JScroll