diff options
| author | Teddy Wing | 2015-06-14 05:08:42 -0400 |
|---|---|---|
| committer | Teddy Wing | 2015-06-14 05:08:42 -0400 |
| commit | ca365d9b018d5efccfb639a6fa95581c843e2231 (patch) | |
| tree | 6fd18ff969f51c3df502d36adbfc751ebef81de2 | |
| parent | 2f370c129ff5b5c5534d406a8149e9429dd9ee8c (diff) | |
| download | irssi-hipchat-stfu-ca365d9b018d5efccfb639a6fa95581c843e2231.tar.bz2 | |
test.pl: Change status expected text to 'Status:'
Make this 'Status:' instead of empty string. I might want to change this
back later because the thought of seeing 'Status:' on a single line
bothers me. But let's do this for now so this test passes and we can
change it back if it looks terrible.
| -rwxr-xr-x | test.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ is(prettify_hipchat(' <span style="color: dimgrey;">Priority:</span> <i '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">'), '', |
