comparison extensions/test_app/ta_conf.l @ 1230:992437a90bda

Enable mix of short and long messages in test_app
author Sebastien Decugis <sdecugis@freediameter.net>
date Thu, 20 Jun 2013 11:01:19 +0800
parents c2fbaf2985f4
children
comparison
equal deleted inserted replaced
1229:cf9bad611f90 1230:992437a90bda
162 162
163 (?i:"Benchmark") { 163 (?i:"Benchmark") {
164 return BENCH; 164 return BENCH;
165 } 165 }
166 166
167 (?i:"mixedsizes") {
168 return MIXEDSIZES;
169 }
170
167 171
168 /* Valid single characters for yyparse */ 172 /* Valid single characters for yyparse */
169 [=;] { return yytext[0]; } 173 [=;] { return yytext[0]; }
170 174
171 /* Unrecognized sequence, if it did not match any previous pattern */ 175 /* Unrecognized sequence, if it did not match any previous pattern */
"Welcome to our mercurial repository"