aboutsummaryrefslogtreecommitdiff
path: root/examples/working-compiler/grep-fast.test
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2019-08-07 21:26:17 +0200
committerDrahflow <drahflow@gmx.de>2019-08-07 21:26:17 +0200
commitcfefa2999e22f721619f0f8f84deef7db7beabe5 (patch)
tree2f22c7c377ab199c3e74ed569bafd45b72cc0eec /examples/working-compiler/grep-fast.test
parent4e347decf5d59178ff8207333021e9da377ad44d (diff)
Some grep optimization
Diffstat (limited to 'examples/working-compiler/grep-fast.test')
-rw-r--r--examples/working-compiler/grep-fast.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/working-compiler/grep-fast.test b/examples/working-compiler/grep-fast.test
index c3068f5..099fae2 100644
--- a/examples/working-compiler/grep-fast.test
+++ b/examples/working-compiler/grep-fast.test
@@ -1,4 +1,4 @@
-"{ =*p { [ -01 { _ p not \"--\" | rep }\" each ] }' } * *" ==grepCode
+"{ =*p [ -01 { _ p not \"--\" | rep }\" each ] } *" ==grepCode
{ grepCode includeLine /including dump } /fastGrep defq