blob: 5095edab159cf72c74d4fc208f8615fcef040eb9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-bf,v 1.1 2008/03/20 17:07:54 drochner Exp $
--- test/intltest/regextst.h.orig 2003-12-03 07:58:28.000000000 +0100
+++ test/intltest/regextst.h
@@ -30,6 +30,7 @@ public:
virtual void Extended();
virtual void Errors();
virtual void PerlTests();
+ virtual void Bug6149();
// The following functions are internal to the regexp tests.
virtual UBool doRegexLMTest(const char *pat, const char *text, UBool looking, UBool match, int line);
|