From 7e9e5b1e059efa957d2d7e9fa6b364706f621711 Mon Sep 17 00:00:00 2001 From: Mook Date: Tue, 29 May 2012 12:44:34 -0700 Subject: add CharClassifier::GetCharsOfClass add SCI_GETWORDCHARS(, stringresult chars) command to get word chars add SCI_GETWHITESPACECHARS(, stringresult chars) to get whitespace chars add SCI_GETPUNCTUATIONCHARS(, stringresult chars) to get punctutation also add tests for {Set,Get}{Word,Whitespce,Punctuation}Chars, CharClassifier --- test/unit/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit/makefile') diff --git a/test/unit/makefile b/test/unit/makefile index 35a6fd0ce..220952c6f 100644 --- a/test/unit/makefile +++ b/test/unit/makefile @@ -42,7 +42,7 @@ CXXFLAGS += -g -Wall -Wextra -Wno-unused-function #~ CXXFLAGS += -g -Wall CASES:=$(addsuffix .o,$(basename $(notdir $(wildcard test*.cxx)))) -TESTEDOBJS=ContractionState.o RunStyles.o +TESTEDOBJS=ContractionState.o RunStyles.o CharClassify.o TESTS=$(EXE) -- cgit v1.2.3