From 9a09a64bb4160a5bb79cdf91bd95b7f77966f62e Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Thu, 25 May 2000 14:58:38 +0000 Subject: Use ? in path matching to avoid /* trap. --- filter/test.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'filter/test.conf') diff --git a/filter/test.conf b/filter/test.conf index c7fe415..7e67464 100644 --- a/filter/test.conf +++ b/filter/test.conf @@ -45,8 +45,8 @@ clist l; print "4 = ", p2.len; p2 = prepend( p2, 5 ); print "Should be false: ", p2 ~ p; - print "Should be true: ", p2 ~ / * 4 3 2 1 /, p2, / * 4 3 2 1 /; - print "Should be true: ", p2 ~ / * 4 3 * 1 /, p2, / * 4 3 * 1 /; + print "Should be true: ", p2 ~ / ? 4 3 2 1 /, p2, / ? 4 3 2 1 /; + print "Should be true: ", p2 ~ / ? 4 3 ? 1 /, p2, / ? 4 3 ? 1 /; print "5 = ", p2.len; l = - empty -; -- cgit v1.2.3