From d8736f04d09ec7bfb1aa90819c695d0754a687b6 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 8 Jan 2013 21:27:33 -0700 Subject: [PATCH] t/re/re_tests: Remove duplicate test This is identical to the test two lines above. --- t/re/re_tests | 1 - 1 file changed, 1 deletion(-) diff --git a/t/re/re_tests b/t/re/re_tests index 255b9e7b..df50965 100644 --- a/t/re/re_tests +++ b/t/re/re_tests @@ -618,7 +618,6 @@ $(?<=^(a)) a y $1 a [a[:xyz:] - c - POSIX class [:xyz:] unknown [a[:]b[:c] abc y $& abc ([a[:xyz:]b]+) - c - POSIX class [:xyz:] unknown -[a[:]b[:c] abc y $& abc ([[:alpha:]]+) ABcd01Xy__-- ${nulnul}${ffff} y $1 ABcd ([[:alnum:]]+) ABcd01Xy__-- ${nulnul}${ffff} y $1 ABcd01Xy ([[:ascii:]]+) ABcd01Xy__-- ${nulnul}${ffff} y $1 ABcd01Xy__-- ${nulnul} -- 2.7.4