summary refs log tree commit diff stats
path: root/tests/stdlib/treloop.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stdlib/treloop.nim')
-rw-r--r--tests/stdlib/treloop.nim9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/stdlib/treloop.nim b/tests/stdlib/treloop.nim
deleted file mode 100644
index b4221525d..000000000
--- a/tests/stdlib/treloop.nim
+++ /dev/null
@@ -1,9 +0,0 @@
-discard """
-  output: '''@["(", "+", " 1", " 2", ")"]'''
-"""
-
-import re
-
-let str = "(+ 1 2)"
-var tokenRE = re"""[\s,]*(~@|[\[\]{}()'`~^@]|"(?:\\.|[^\\"])*"|;.*|[^\s\[\]{}('"`,;)]*)"""
-echo str.findAll(tokenRE)