kakoune/test/regression
2019-05-29 23:12:04 +10:00
..
595-smart-search-unicode Correctly set c++ locale on startup 2016-05-10 22:06:02 +01:00
612-assertion-with-NormalBegin-hook Add a regression test for #612 2016-03-03 13:57:46 +00:00
633-spurious-new-line-inserted-when-replacing-at-end Avoid the spurious newline insertion when replacing at end of buffer 2016-03-16 13:48:11 +00:00
638-highlight-codepoint-with-bracket Fix tests and required scripts to get back to green make test 2018-07-05 07:54:28 +10:00
643-crash-on-a-@-on-specially-crafted-buffer Fix spaces_to_tabs implementation accessing past end 2016-03-30 19:27:36 +01:00
654-crash-on-undo-after-macro Fix modified range computation when erasing multiple times past current buffer end 2016-04-13 21:21:00 +01:00
699-to-eol-from-eol Do not go backward to when selecting to end of line from the end of line 2016-06-22 19:56:40 +01:00
704-crash-when-using-a-hook-on-NormalBegin-and-NormalEnd Add a regression test for #704 2016-07-11 19:46:50 +01:00
733-selection-list-from-string-not-valid Clamp selection generated in selection_list_from_string 2016-07-13 19:25:32 +01:00
743-crash-on-replace-undo Rework compute_modified_ranges 2016-07-26 23:31:23 +01:00
751-wrong-selection-after-undo tests: Update selections files to match the new selection list syntax 2018-07-05 07:54:28 +10:00
787-crash-after-S Do not allow repeating last insert when we are not in normal mode 2017-06-27 09:57:10 +01:00
809-alt-f-t-to-first-char tests: Update selections files to match the new selection list syntax 2018-07-05 07:54:28 +10:00
811-double-width-codepoints tests: Update selections files to match the new selection list syntax 2018-07-05 07:54:28 +10:00
844-prev-word-at-buffer-start tests: Update selections files to match the new selection list syntax 2018-07-05 07:54:28 +10:00
860-python-incorrect-commenting Add categories in rc/ 2019-03-21 01:06:16 +01:00
872-indentation-misbeahviour-c++ Add categories in rc/ 2019-03-21 01:06:16 +01:00
918-wrong-asterisk-inserted Add categories in rc/ 2019-03-21 01:06:16 +01:00
921-keep-empty-line-matches-all-lines tests: Update selections files to match the new selection list syntax 2018-07-05 07:54:28 +10:00
993-user-text-object Validate user text object desc more thorougly 2016-12-15 09:29:38 +00:00
1014-ambiguous-kak_selections tests: Update selections files to match the new selection list syntax 2018-07-05 07:54:28 +10:00
1051-crash-on-empty-param Add a regression test for #1051 2017-01-01 18:30:48 +00:00
1053-crash-on-deletion-and-paste Better handling of linewise inserting when we have multiple selections per line 2017-01-01 18:08:43 +00:00
1074-comment-leader-autoinsert-error Add categories in rc/ 2019-03-21 01:06:16 +01:00
1105-object-selection-behaviour tests: Update selections files to match the new selection list syntax 2018-07-05 07:54:28 +10:00
1111-unexpected-behaviour-on-new-line-in-comment Add categories in rc/ 2019-03-21 01:06:16 +01:00
1118-misaligned-comment-start Add categories in rc/ 2019-03-21 01:06:16 +01:00
1129-capture-groups-are-broken Fix capture group handling 2017-01-13 00:17:31 +00:00
1195-infinite-loop-in-regex-matching Make recurse regex opt-in with a -recurse switch instead of opt-out 2018-07-05 07:54:28 +10:00
1227-segfault-on-option-access Correctly handle mutation of the watcher list while iterating on them 2017-02-20 13:50:30 +00:00
1233-corrent-cursor-handling-for-indent-objects tests: Update selections files to match the new selection list syntax 2018-07-05 07:54:28 +10:00
1275-replaced-range-split Rename highlighters that used an underscore to use a dash 2018-07-08 19:14:15 +10:00
1308-wrong-behaviour-of-kak-indent-on-newline Add categories in rc/ 2019-03-21 01:06:16 +01:00
1382-column-highlighter-broken-on-horizontal-scroll Fix tests and required scripts to get back to green make test 2018-07-05 07:54:28 +10:00
1433-scrolloff-broken-with-soft-wrap Fix tests and required scripts to get back to green make test 2018-07-05 07:54:28 +10:00
1435-misplaced-cursor-with-show_matching-hl Replace the Exclusive face attribute with Final 2018-09-23 23:27:14 +10:00
1453-show_whitespaces-highlighter-breaks-tab-alignment Replace the Exclusive face attribute with Final 2018-09-23 23:27:14 +10:00
1459-assertion-on-wrapped-long-line Fix tests and required scripts to get back to green make test 2018-07-05 07:54:28 +10:00
1469-assert-on-repeat-insert Do not allow repeating last insert when we are not in normal mode 2017-06-27 09:57:10 +01:00
1504-assertion-on-incorrect-pipe-use Always select inserted text after piping 2019-01-23 20:14:08 +11:00
1518-wrong-undo-handling-with-fifo-buffers Purge history on buffer reload when NoUndo flag is on 2017-08-04 11:39:28 +07:00
1525-lua-indent-error Add categories in rc/ 2019-03-21 01:06:16 +01:00
1580-A-not-moving-to-eol Distinguish between modes being disabled temporarily and definitely 2017-09-28 11:11:29 +08:00
1680-crash-with-dot-and-alt-semicolon Change a on end of line behaviour to be consistent 2018-07-05 08:00:14 +10:00
1731-wrap-hidden-buffer Fix tests and required scripts to get back to green make test 2018-07-05 07:54:28 +10:00
1741-scrolloff-hides-end-of-lines test/run: Rename "display" expected ui output file as "ui-out" 2018-05-19 14:15:16 +10:00
1829-unicode-as-string-delimiter Fix parsing of percent tokens with unicode separators 2018-02-06 20:29:08 +11:00
1902-regex-lookbehind-ignore-before-current-pos Add a regression test for issue #1902 2018-03-05 05:48:20 +11:00
1904-select-empty-line-indent-gets-whole-buffer tests: Update selections files to match the new selection list syntax 2018-07-05 07:54:28 +10:00
1920-crash-on-python-in-docstring Add categories in rc/ 2019-03-21 01:06:16 +01:00
1937-opening-missing-file-by-full-path-fails Fix implementation of real_path to handle non-existing directories in / 2018-03-18 23:23:00 +11:00
1964-O-does-not-position-cursor-correctly Fix 'O' not putting the cursor on the correct line 2018-03-27 07:28:25 +11:00
2030-custom-selection-nesting tests: Update selections files to match the new selection list syntax 2018-07-05 07:54:28 +10:00
2056-assert-on-small-window Rename highlighters that used an underscore to use a dash 2018-07-08 19:14:15 +10:00
2078-assert-on-restoring-invalid-selections Tolerate restoring invalid coordinates from register 2018-07-05 07:54:28 +10:00
2129-inside-parentheses Don't skip opening brace twice when finding closing 2018-09-09 10:15:41 -04:00
2133-assert-on-rotate-contents Refactor the way main selection is determined after rotating contents 2018-06-21 08:07:17 +10:00
2245-wrap-long-word Fix wrapping of words with 'wrap col - indent < word len < wrap col' 2019-04-24 11:40:57 +01:00
2367-surround-with-tight-nesting Don't skip opening brace twice when finding closing 2018-09-09 10:15:41 -04:00
2420-discrepancy-in-star-behaviour Buffer begin and end are not end-of-words 2018-10-08 12:40:52 +11:00
2499-html-regions-assert Add categories in rc/ 2019-03-21 01:06:16 +01:00
2562-column-highlighter-bleeding Fix column highlighter adding display atoms past the window width 2018-11-14 17:47:11 +11:00
2711-weird-regex-highlighter-behaviour Remove peephole regex optimization pass 2019-02-04 22:10:19 +11:00
2737-segfault-on-WinDisplay-hook Add a test case for WinDisplay segfault 2019-02-17 11:21:26 +11:00
2755-segfault-on-double-wrap-highlighters Fix use of invalidated iterators in highlight_range 2019-03-05 20:31:40 +11:00
2861-backspace-merges-selections Do not merge selections on backspace in insert mode 2019-05-29 23:12:04 +10:00
0-assert-on-itersel tests: Update selections files to match the new selection list syntax 2018-07-05 07:54:28 +10:00
0-comment-after-command Fix command parsing bug when commenting after a command 2017-05-25 08:30:49 +01:00
0-compute-modified-range-crash Fix an assert in compute modified ranges when merging single char ranges 2017-07-14 12:42:43 +09:00
0-crash-on-backspace-at-buffer-begin Fix crash recently introduced when deleting at buffer start in insert mode 2017-06-15 17:35:48 +01:00
0-crash-on-BufSetOption-hook Add regression test for crash on BufSetOption hook 2018-05-21 20:36:25 +10:00
0-crash-on-pipe-with-selection-access Always select inserted text after piping 2019-01-23 20:14:08 +11:00
0-crash-on-specialy-crafted-modeline Fix crash on expanding command line strings 2018-03-18 04:58:15 +11:00
0-deindent-on-mixed-indent-line Improve deindent behaviour with mixed indent 2018-12-13 17:35:16 +11:00
0-nothing-selected-on-prompt-initial-shift-tab Added shell command completion support to define-command and prompt 2018-10-03 09:46:31 -07:00
0-open-below-should-not-move-cursor-on-eol Insert: Do not move end of line on open line (o/O) 2018-03-04 10:32:21 +11:00
0-replace-last-eol-with-eol Fix replacing last eol with a single eol 2017-06-26 16:16:46 +01:00
0-spurious-undo-group-on-external Only commit undo groups when buffer was modified 2018-09-12 20:02:57 +10:00
0-undo-change-at-eof Fix corner case in compute_modified_ranges 2017-06-11 12:25:12 +01:00