Skip to content

Commit 2ad1b06

Browse files
committed
Update failing test, addon still works, minor data change
1 parent d5e32ee commit 2ad1b06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/tests/test_addon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def test_index(self):
4545
self.assertTrue(len(items) > 35)
4646
expected = {
4747
'info': {
48-
'plot': u'Vim\u2019s list feature can be used to reveal hidden characters, such as tabstops and newlines. In this episode, I demonstrate how to customise the appearance of these characters by tweaking the listchars setting. I go on to show how to make these invisible characters blend in with your colortheme.\n'},
48+
'plot': u'Vim\u2019s list feature can be used to reveal hidden characters, such as tabstops and newlines. In this episode, I demonstrate how to customise the appearance of these characters by tweaking the listchars setting. I go on to show how to make these invisible characters blend in with your colortheme.'},
4949
'is_playable': True,
5050
'label': u'#1 Show invisibles',
5151
'path': u'http://media.vimcasts.org/videos/1/show_invisibles.m4v',

0 commit comments

Comments
 (0)