diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-09-23 14:08:37 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-09-23 14:08:37 -0700 |
commit | b8b81379badbe9f5d91a10e521ac2985b5da4979 (patch) | |
tree | bfcf9f62af9d9caa524a954d97643a7a93840a60 /tests | |
parent | 9974fbd107663e9fa6f23cca5eea1732b33dacb5 (diff) | |
download | txr-b8b81379badbe9f5d91a10e521ac2985b5da4979.tar.gz txr-b8b81379badbe9f5d91a10e521ac2985b5da4979.tar.bz2 txr-b8b81379badbe9f5d91a10e521ac2985b5da4979.zip |
* tests/002/query-1.txr: Old next syntax rewritten to new.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/002/query-1.txr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/002/query-1.txr b/tests/002/query-1.txr index ad9941d9..4c6aa670 100644 --- a/tests/002/query-1.txr +++ b/tests/002/query-1.txr @@ -2,10 +2,10 @@ @# This file is in the public domain. @# It was authored by Kaz Kylheku <kkylheku@gmail.com> in 2009 @# -@(next)!ls @TESTDIR/proc | sort -n +@(next `!ls @TESTDIR/proc | sort -n`) @(collect) @{process /[0-9]+/} -@ (next)@TESTDIR/proc/@process/status +@ (next `@TESTDIR/proc/@process/status` :nothrow) Name: @name State: @state (@state_desc) SleepAVG: @sleep_avg% @@ -23,7 +23,7 @@ Gid: @gid @/.*/ @ (end) @ (bind thread thr) @ (some) -@ (next)@TESTDIR/etc/passwd +@ (next `@TESTDIR/etc/passwd`) @ (skip) @user:@pw:@uid:@/.*/ @ (and) |