From 7eebb4859fd09d08288acb2cc57d1aebdede162f Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Tue, 8 Nov 2011 15:18:38 +0000 Subject: handle named character classes --- tests/it.t | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests') diff --git a/tests/it.t b/tests/it.t index 22fd194..c356ad0 100755 --- a/tests/it.t +++ b/tests/it.t @@ -74,6 +74,11 @@ match( 'Üblahä', 'include umlaute in \w' ); +match( + '[[:alpha:]]+', ' |#blahä ', + 'blahä', + 'include umlaute in \w' + ); match( '\W+', ' |#Üblahä ', ' |#', -- cgit v1.2.3