Lines Matching full:there
55 text = "Hello there, how are you this fine day? I'm glad to hear it!"
58 ["Hello there,",
65 ["Hello there, how are you this fine day?",
394 # there's more to it than this, but let's at least make
396 text = u"Hello there, how are you today?"
397 self.check_wrap(text, 50, [u"Hello there, how are you today?"])
398 self.check_wrap(text, 20, [u"Hello there, how are", "you today?"])
417 text = "Hello there -- you goof-ball, use the -b option!"
421 ["Hello", " ", "there", " ", "--", " ", "you", " ", "goof-",
559 text = "Hello there.\nHow are you?\nOh good, I'm glad."
563 text = "Hello there.\n\nBoo!"
567 text = "Hello there.\n This is indented."
571 text = "Hello there.\n\n Boo!\n"
576 text = " Hello there.\n How are ya?\n Oh good."
577 expect = "Hello there.\nHow are ya?\nOh good."
581 text = " Hello there.\n\n How are ya?\n Oh good.\n"
582 expect = "Hello there.\n\nHow are ya?\nOh good.\n"
586 text = " Hello there.\n \n How are ya?\n Oh good.\n"
587 expect = "Hello there.\n\nHow are ya?\nOh good.\n"
628 text = " hello there\n\thow are you?"
632 text = " hello there\n\thow are you?"
636 text = "\thello there\n\thow are you?"
637 expect = "hello there\nhow are you?"
640 text = " \thello there\n \thow are you?"
643 text = " \t hello there\n \t how are you?"
646 text = " \thello there\n \t how are you?"
647 expect = "hello there\n how are you?"
651 text = " \thello there\n \thow are you?\n \tI'm fine, thanks"
652 expect = " \thello there\n \thow are you?\n\tI'm fine, thanks"