1467
1467
def getBugNumberTag(bug_task):
1468
1468
"""Bug numbers with a leading hash are unique to new rendering."""
1469
1469
bug_number_re = re.compile(r'\#%d' % bug_task.bug.id)
1472
1472
def test_mustache_rendering_missing_if_no_flag(self):
1473
1473
"""If the flag is missing, then no mustache features appear."""