--- code/trunk/pcre_jit_test.c 2011/10/13 15:51:27 735 +++ code/trunk/pcre_jit_test.c 2011/10/16 15:48:03 736 @@ -135,6 +135,10 @@ { PCRE_CASELESS, 0, "\xff#a", "\xff#\xff\xfe##\xff#A" }, { PCRE_CASELESS, 0, "\xfe", "\xff\xfc#\xfe\xfe" }, { PCRE_CASELESS, 0, "a1", "Aa1" }, + { MA, 0, "\\Ca", "cda" }, + { CMA, 0, "\\Ca", "CDA" }, + { MA, 0, "\\Cx", "cda" }, + { CMA, 0, "\\Cx", "CDA" }, /* Assertions. */ { MUA, 0, "\\b[^A]", "A_B#" },