Lines Matching refs:BACKSLASH
26 #define BACKSLASH R"(\)"
191 AutoText input(BACKSLASH);
199 ASSERT_STREQ(BACKSLASH, word.c_str());
203 AutoText input("word" BACKSLASH);
211 ASSERT_STREQ("word" BACKSLASH, word.c_str());
215 AutoText input("w" BACKSLASH QUOTE "o" BACKSLASH NEWLINE "r" BACKSLASH ";d");
227 AutoText input("word" BACKSLASH BACKSLASH " abc");
235 ASSERT_STREQ("word" BACKSLASH BACKSLASH, word.c_str());