Lines Matching refs:heading
1700 # The heading says either "Expecting" or "Not expecting".
1701 heading = "Expecting" if matching else "Not expecting"
1708 print >> sbuf, "%s pattern: %s" % (heading, pattern)
1765 # The heading says either "Expecting" or "Not expecting".
1766 heading = "Expecting" if matching else "Not expecting"
1774 print >> sbuf, "%s start string: %s" % (heading, startstr)
1782 print >> sbuf, "%s end string: %s" % (heading, endstr)
1791 print >> sbuf, "%s sub string: %s" % (heading, str)
1804 print >> sbuf, "%s pattern: %s" % (heading, pattern)