From c5d565931c4823dc8f62fffcb65aecfec516f7b9 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Tue, 31 Jan 2006 19:25:18 +0100 Subject: Removing tests and results --- test/regexp/hard | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 test/regexp/hard (limited to 'test/regexp/hard') diff --git a/test/regexp/hard b/test/regexp/hard deleted file mode 100644 index ddb4cfd..0000000 --- a/test/regexp/hard +++ /dev/null @@ -1,12 +0,0 @@ -=>((a|b|\p{Nd}){1,2}|aaa|bbbb){1,2} -bab -aaca -aaabbbb -a0b -aa0aaa -b0aaa -=>(\d{1,3}\.){3}\d{1,3} -1.2.3.4 -1.22.333.44 -1.2.3 -1..2.3 -- cgit v1.2.3