diff options
Diffstat (limited to 'test.pl')
| -rwxr-xr-x | test.pl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,11 +15,11 @@ is(prettify_hipchat('<span style="color: dimgrey;">Type:</span> <img src="http 'Type: Bug', 'Type'); is(prettify_hipchat(' <span style="color: dimgrey;">Priority:</span> <img src="http://pixshark.com/white-box-icon.htm" height="16" width="16" />'), - 'Priority:', + '', 'Priority label'); is(prettify_hipchat(' Not prioritized '), 'Not prioritized', 'Priority tag body'); is(prettify_hipchat('<span style="color: dimgrey;">Status:</span> '), - 'Status:', + '', 'Status label'); is(prettify_hipchat(' <span class="aui-lozenge aui-lozenge-complete">'), '', |
