]> granicus.if.org Git - re2c/commitdiff
- Case sensitivity is required
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Mon, 17 Nov 2008 22:02:46 +0000 (22:02 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Mon, 17 Nov 2008 22:02:46 +0000 (22:02 +0000)
re2c/test/config11.ei.re

index 0f7f2afb3ddb45c1d2a774619d559c6054335281..67c1db23b97cca90354ed9662e169579b9ffc0b8 100755 (executable)
@@ -10,8 +10,8 @@ re2c:define:YYFILL      = fill;
 re2c:variable:yych      = ch;
 re2c:yyfill:enable      = 0;
 
-'a' := return 'a';
-'b' := return 'b';
+"a" := return 'a';
+"b" := return 'b';
 
 */
 }