aboutsummaryrefslogtreecommitdiffstats
path: root/spec/e2e/test-seq.alv
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2022-02-02 16:38:17 +0000
committers-ol <s+removethis@s-ol.nu>2022-02-02 16:38:28 +0000
commit5311960780ccd26ef5d4730ea755154e3d61f25a (patch)
tree14abbb8876e9d3fdaebde86bdaa625310433ef31 /spec/e2e/test-seq.alv
parentwip vector math (diff)
downloadalive-vector-math.tar.gz
alive-vector-math.zip
wip for releasevector-math
Diffstat (limited to 'spec/e2e/test-seq.alv')
-rw-r--r--spec/e2e/test-seq.alv10
1 files changed, 10 insertions, 0 deletions
diff --git a/spec/e2e/test-seq.alv b/spec/e2e/test-seq.alv
new file mode 100644
index 0000000..136bfb6
--- /dev/null
+++ b/spec/e2e/test-seq.alv
@@ -0,0 +1,10 @@
+([1]import* time)
+
+#([2]trace ([3]val-seq 0 "start" 5 "a" 1 "b" 0.5 "c" 0.25))
+
+#([2]trace ([3]bang-seq 0.3 0.3 0.6))
+
+([4]trace ([2]switch ([3]every 0.5)
+ 1
+ 2
+ 3))