From dbc285f94c35b8542312cf88c2d227c3dc94c642 Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Tue, 9 Jul 2013 22:41:18 +0000 Subject: [PATCH] Don't match range-title-10 when looking for range-title-1. --- test-rawdog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test-rawdog b/test-rawdog index 2e87b57..45c196a 100644 --- a/test-rawdog +++ b/test-rawdog @@ -311,7 +311,7 @@ EOF for i in $(seq $from $to); do cat >>"$file" < - range-title-$i + range-title-$i- http://example.org/item$i range-description-$i

]]>
@@ -328,11 +328,11 @@ make_n () { } output_range () { - contains $statedir/output.html $(seq -f "range-title-%.f" $1 $2) + contains $statedir/output.html $(seq -f "range-title-%.f-" $1 $2) } not_output_range () { - not_contains $statedir/output.html $(seq -f "range-title-%.f" $1 $2) + not_contains $statedir/output.html $(seq -f "range-title-%.f-" $1 $2) } output_n () { -- 2.35.1