From 5355612fe8c43cedb00f6877ae2a91be48543192 Mon Sep 17 00:00:00 2001 From: Drahflow Date: Fri, 28 Oct 2016 12:35:16 +0200 Subject: More tests --- examples/working-loaded/catstrarray.ey | 5 +++++ examples/working/suspend.ey | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 examples/working-loaded/catstrarray.ey create mode 100644 examples/working/suspend.ey (limited to 'examples') diff --git a/examples/working-loaded/catstrarray.ey b/examples/working-loaded/catstrarray.ey new file mode 100644 index 0000000..0d1820f --- /dev/null +++ b/examples/working-loaded/catstrarray.ey @@ -0,0 +1,5 @@ +/canary +[ /a /b /c /d /e ] sys .asmroutines .catstrarray dump +dump + +# vim: syn=elymas diff --git a/examples/working/suspend.ey b/examples/working/suspend.ey new file mode 100644 index 0000000..d512502 --- /dev/null +++ b/examples/working/suspend.ey @@ -0,0 +1,6 @@ +0 10 range { ==i + i dump + i 5 eq { + { _ { * }_ "coroutine-suspend" sys .freeze * } !! * + } rep +} each -- cgit v1.2.3