summaryrefslogtreecommitdiffstats
path: root/test/playground.cheat
diff options
context:
space:
mode:
Diffstat (limited to 'test/playground.cheat')
-rw-r--r--test/playground.cheat3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/playground.cheat b/test/playground.cheat
index 29acd98..f451a71 100644
--- a/test/playground.cheat
+++ b/test/playground.cheat
@@ -3,6 +3,9 @@
# this should be the first test. single and double quotes + newlines
echo <x> <y>
+# use %
+coll::new 1 2 3 | xargs -I% echo "hello %"
+
# return a constant number
echo 42