[opengtl-commits] [748] fully test the lexer |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/opengtl-commits Archives
]
Revision: 748
Author: cyrille
Date: 2009-05-29 11:04:18 +0200 (Fri, 29 May 2009)
Log Message:
-----------
fully test the lexer
Modified Paths:
--------------
trunk/OpenGTL/OpenCTL/tests/library/TestTemplateLexer.h
Modified: trunk/OpenGTL/OpenCTL/tests/library/TestTemplateLexer.h
===================================================================
--- trunk/OpenGTL/OpenCTL/tests/library/TestTemplateLexer.h 2009-05-29 09:02:22 UTC (rev 747)
+++ trunk/OpenGTL/OpenCTL/tests/library/TestTemplateLexer.h 2009-05-29 09:04:18 UTC (rev 748)
@@ -39,7 +39,21 @@
TEST_FOR_TOKEN(STARTBRACKET);
TEST_FOR_TOKEN_STRING("world");
TEST_FOR_TOKEN(ENDBRACKET);
- TEST_FOR_TOKEN_STRING(" kikoo");
+ TEST_FOR_TOKEN_STRING(" kikoo ");
TEST_FOR_TOKEN(ALLCHANNELS);
+ TEST_FOR_TOKEN(COLORCHANNELS);
+ TEST_FOR_TOKEN(ALPHACHANNEL);
+ TEST_FOR_TOKEN(STARTBRACKET);
+ TEST_FOR_TOKEN(ALPHA);
+ TEST_FOR_TOKEN(ENDBRACKET);
+ TEST_FOR_TOKEN(TYPE);
+ TEST_FOR_TOKEN(MIN);
+ TEST_FOR_TOKEN(MAX);
+ TEST_FOR_TOKEN(UNIT);
+ TEST_FOR_TOKEN(VAR);
+ TEST_FOR_TOKEN(OUTPUT);
+ TEST_FOR_TOKEN(OUTPUT);
+ TEST_FOR_TOKEN(INPUT);
+ TEST_FOR_TOKEN(INPUT);
}
};