summaryrefslogtreecommitdiff
path: root/tests/examplefiles/livescript-demo.ls
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examplefiles/livescript-demo.ls')
-rw-r--r--tests/examplefiles/livescript-demo.ls2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/examplefiles/livescript-demo.ls b/tests/examplefiles/livescript-demo.ls
index 2ff68c63..16d1894a 100644
--- a/tests/examplefiles/livescript-demo.ls
+++ b/tests/examplefiles/livescript-demo.ls
@@ -9,6 +9,8 @@ underscores_i$d = ->
//regexp2//g
'strings' and "strings" and \strings
+another-word-list = <[ more words ]>
+
[2 til 10]
|> map (* 2)
|> filter (> 5)