Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save roccoblues/82e05ad5d6c7f0400cb8a478ec98598b to your computer and use it in GitHub Desktop.
Save roccoblues/82e05ad5d6c7f0400cb8a478ec98598b to your computer and use it in GitHub Desktop.
neomutt failing tests
Test test_editor_backspace... [ FAILED ]
Case Common setup:
editor_backspace.c:86: Check editor_buffer_get_lastchar(es) == 2... failed
editor_backspace.c:87: Check editor_buffer_get_cursor(es) == 2... failed
Test test_editor_backward_char... [ FAILED ]
Case Common setup:
editor_backward_char.c:87: Check editor_buffer_get_cursor(es) == 2... failed
Test test_editor_delete_char... [ FAILED ]
Case Common setup:
editor_delete_char.c:88: Check editor_buffer_get_lastchar(es) == 2... failed
Test test_editor_forward_char... [ FAILED ]
Case Common setup:
editor_forward_char.c:88: Check editor_buffer_get_cursor(es) == 4... failed
Test test_editor_kill_eow... [ FAILED ]
Case Common setup:
editor_kill_eow.c:76: Check editor_buffer_get_lastchar(es) == 13... failed
Test test_editor_kill_word... [ FAILED ]
Case Common setup:
editor_kill_word.c:87: Check editor_buffer_get_lastchar(es) == 12... failed
editor_kill_word.c:88: Check editor_buffer_get_cursor(es) == 6... failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment