pcrecpp_unittest.cc | 614 RE_Options options2; local 618 TestOneOption("CASELESS (class2)", "HELLO", "hello", options2.set_caseless(true), false); 629 RE_Options options2; local 634 TestOneOption("MULTILINE (class2)", "^cruel$", str, options2.set_multiline(true), false); 642 RE_Options options2; local 647 TestOneOption("DOTALL (class2)", "HELLO.*world", str, options2.set_dotall(true), true); 655 RE_Options options2; local 661 TestOneOption("DOLLAR_ENDONLY 2", "world$", str, options2.set_dollar_endonly(true), false, false); 677 RE_Options options2; local 682 TestOneOption("EXTENDED (class2)", "HELLO world", str, options2.set_extended(true), false, false) [all...] |