Home | History | Annotate | Download | only in tests

Lines Matching full:spin

333     const char *text = "You spin my head right round.";
339 EXPECT_TRUE(str1 == "You spin my head right round. Flo Rida.");
343 EXPECT_TRUE(str2 == "You spin my head right round. Flo Rida.");
345 string str3("You spin ");
347 EXPECT_TRUE(str3 == "You spin my head right round.");
349 string str4("You spin ");
352 EXPECT_TRUE(str4 == "You spin my head right round.");
374 EXPECT_TRUE(str10 == "You spin my head right round.");
377 str11.append("You spin my head right round.", 5, 11);
432 const char *text = "You spin my head right round.";
438 EXPECT_TRUE(str1 == "You spin my head right round. Flo Rida.");
442 EXPECT_TRUE(str2 == "You spin my head right round. Flo Rida.");
444 string str3("You spin ");
446 EXPECT_TRUE(str3 == "You spin my head right round.");
448 string str4("You spin ");
451 EXPECT_TRUE(str4 == "You spin my head right round.");