neovim/test/functional/legacy
Thiago de Arruda c6ec148f2d Rewrite hexadecimal escape sequences as decimal in lua strings
The hexadecimal notation is a Luajit extension which is not compatible with Lua
5.1. While Lua 5.2 does support hexadecimal sequences, it is better to target
Lua 5.1 for maximum compatibility with Luajit(which has fully compatible with
5.1 API/ABI).
2016-03-07 03:58:35 -03:00
..
002_filename_recognition_spec.lua test: Move 'test/legacy' to 'test/functional' 2014-10-01 09:05:28 -03:00
003_cindent_spec.lua vim-patch:7.4.912 2016-02-15 21:08:22 +09:00
004_bufenter_with_modelines_spec.lua vim-patch:7.4.492 2015-01-19 23:39:01 +02:00
005_bufleave_delete_buffer_spec.lua tests: fix 005_bufleave_delete_buffer_spec.lua 2015-03-11 01:47:38 -04:00
006_argument_list_spec.lua test: Improve test environment setup and error handling/reporting 2014-11-07 00:55:58 -03:00
007_ball_buffer_list_spec.lua test: Improve test environment setup and error handling/reporting 2014-11-07 00:55:58 -03:00
009_bufleave_autocommand_spec.lua test/functional: clean up according to luacheck (part 2) 2015-11-23 13:57:21 +01:00
011_autocommands_spec.lua test: Migrate legacy test 11. 2016-02-15 09:09:16 +01:00
015_alignment_spec.lua test/functional: clean up according to luacheck (part 2) 2015-11-23 13:57:21 +01:00
018_unset_smart_indenting_spec.lua legacy tests: migrate test18 2014-11-04 12:57:32 -03:00
019_smarttab_expandtab_spec.lua legacy tests: migrate test19 2015-03-16 10:54:49 -04:00
020_blockwise_visual_spec.lua legacy tests: migrate test20 2014-11-04 12:57:33 -03:00
021_control_wi_spec.lua test: Improve test environment setup and error handling/reporting 2014-11-07 00:55:58 -03:00
022_line_ending_spec.lua test/functional: clean up according to luacheck (part 2) 2015-11-23 13:57:21 +01:00
023_edit_arguments_spec.lua test/functional: clean up according to luacheck (part 2) 2015-11-23 13:57:21 +01:00
025_jump_tag_hidden_spec.lua legacy tests: migrate test25 2014-11-20 21:06:37 -03:00
026_execute_while_if_spec.lua test/functional: clean up according to luacheck (part 2) 2015-11-23 13:57:21 +01:00
027_expand_file_names_spec.lua test/functional: clean up according to luacheck (part 2) 2015-11-23 13:57:21 +01:00
028_source_ctrl_v_spec.lua legacy tests: migrate test28 2014-11-04 12:57:33 -03:00
029_join_spec.lua test/functional: clean up according to luacheck (part 2) 2015-11-23 13:57:21 +01:00
031_close_commands_spec.lua test/functional: clean up according to luacheck (part 2) 2015-11-23 13:57:21 +01:00
033_lisp_indent_spec.lua Make migrated test33 more similar to old legacy test. 2014-12-06 13:43:14 +01:00
035_increment_and_decrement_spec.lua Add support for binary numbers 2016-01-15 18:21:06 -08:00
036_regexp_character_classes_spec.lua Rewrite hexadecimal escape sequences as decimal in lua strings 2016-03-07 03:58:35 -03:00
038_virtual_replace_spec.lua test/functional: clean up according to luacheck (part 2) 2015-11-23 13:57:21 +01:00
039_visual_block_mode_commands_spec.lua Rewrite hexadecimal escape sequences as decimal in lua strings 2016-03-07 03:58:35 -03:00
041_writing_and_reading_hundred_kbyte_spec.lua test: Improve test environment setup and error handling/reporting 2014-11-07 00:55:58 -03:00
043_magic_settings_spec.lua Remove superfluous settings from legacy tests. 2014-12-18 00:50:17 +01:00
044_099_regexp_multibyte_magic_spec.lua test/functional: clean up according to luacheck (part 2) 2015-11-23 13:57:21 +01:00
045_folding_spec.lua tests: Add test case for legacy test 45 2016-02-05 14:09:03 +09:00
046_multi_line_regexps_spec.lua test/functional: clean up according to luacheck (part 2) 2015-11-23 13:57:21 +01:00
051_highlight_spec.lua test/functional: clean up according to luacheck (part 2) 2015-11-23 13:57:21 +01:00
054_buffer_local_autocommands_spec.lua legacy tests: migrate test54 2014-11-04 12:57:33 -03:00
056_script_local_function_spec.lua test/functional: clean up according to luacheck (part 2) 2015-11-23 13:57:21 +01:00
057_sort_spec.lua vim-patch:7.4.1027 2016-02-01 03:47:08 +09:00
059_utf8_spell_checking_spec.lua vim-patch:7.4.1027 2016-02-01 03:47:08 +09:00
060_exists_and_has_functions_spec.lua test/functional: clean up according to luacheck (part 2) 2015-11-23 13:57:21 +01:00
061_undo_tree_spec.lua Rewrite hexadecimal escape sequences as decimal in lua strings 2016-03-07 03:58:35 -03:00
062_tab_pages_spec.lua Tests: add autocmd_spec.lua 2016-03-02 12:37:50 +01:00
063_match_and_matchadd_spec.lua vim-patch:7.4.745 2016-01-30 12:16:32 +01:00
065_float_and_logic_operators_spec.lua test/functional: clean up according to luacheck (part 2) 2015-11-23 13:57:21 +01:00
066_visual_block_tab_spec.lua input: Ignore invalid "<" key sequences 2015-01-13 11:54:51 -03:00
067_augroup_exists_spec.lua test/functional: clean up according to luacheck (part 2) 2015-11-23 13:57:21 +01:00
072_undo_file_spec.lua test/functional: clean up according to luacheck (part 2) 2015-11-23 13:57:21 +01:00
074_global_var_in_viminfo_spec.lua test/functional: clean up according to luacheck (part 2) 2015-11-23 13:57:21 +01:00
075_maparg_spec.lua test/functional: clean up according to luacheck (part 2) 2015-11-23 13:57:21 +01:00
076_completefunc_spec.lua tests: Migrate legacy test 76. #2711 2015-05-27 12:31:09 -04:00
077_mf_hash_grow_spec.lua test/functional: clean up according to luacheck (part 2) 2015-11-23 13:57:21 +01:00
078_swapfile_recover_spec.lua test/functional: clean up according to luacheck (part 2) 2015-11-23 13:57:21 +01:00
080_substitute_spec.lua test/functional: clean up according to luacheck (part 1) 2015-11-23 13:57:21 +01:00
081_coptions_movement_spec.lua legacy tests: migrate test81 2014-11-04 12:57:33 -03:00
082_string_comparison_spec.lua test/functional: clean up according to luacheck (part 1) 2015-11-23 13:57:21 +01:00
083_tag_search_with_file_encoding_spec.lua Rewrite hexadecimal escape sequences as decimal in lua strings 2016-03-07 03:58:35 -03:00
084_curswant_spec.lua test/functional: clean up according to luacheck (part 1) 2015-11-23 13:57:21 +01:00
089_number_relnumber_findfile_spec.lua test/functional: clean up according to luacheck (part 1) 2015-11-23 13:57:21 +01:00
090_sha256_spec.lua test/functional: clean up according to luacheck (part 1) 2015-11-23 13:57:21 +01:00
091_context_variables_spec.lua vim-patch:7.4.834 2016-02-09 20:21:26 +01:00
092_mksession_cursor_cols_utf8_spec.lua test/functional: clean up according to luacheck (part 1) 2015-11-23 13:57:21 +01:00
093_mksession_cursor_cols_latin1_spec.lua test/functional: clean up according to luacheck (part 1) 2015-11-23 13:57:21 +01:00
094_visual_mode_operators_spec.lua vim-patch:7.4.929 2016-02-11 15:13:30 +09:00
095_regexp_multibyte_spec.lua test/functional: clean up according to luacheck (part 1) 2015-11-23 13:57:21 +01:00
096_location_list_spec.lua test/functional: clean up according to luacheck (part 1) 2015-11-23 13:57:21 +01:00
097_glob_path_spec.lua test/functional: clean up according to luacheck (part 1) 2015-11-23 13:57:21 +01:00
098_scrollbind_spec.lua test/functional: clean up according to luacheck (part 1) 2015-11-23 13:57:21 +01:00
101_hlsearch_spec.lua test/functional: clean up according to luacheck (part 1) 2015-11-23 13:57:21 +01:00
102_fnameescape_spec.lua test/functional: clean up according to luacheck (part 1) 2015-11-23 13:57:21 +01:00
103_visual_mode_reset_spec.lua test/functional: clean up according to luacheck (part 1) 2015-11-23 13:57:21 +01:00
104_let_assignment_spec.lua tests: add missing "_spec" suffix 2015-03-11 00:56:53 -04:00
105_filename_modifiers_spec.lua test/functional: clean up according to luacheck (part 1) 2015-11-23 13:57:21 +01:00
106_errorformat_spec.lua test/functional: clean up according to luacheck (part 1) 2015-11-23 13:57:21 +01:00
107_adjust_window_and_contents_spec.lua test/functional: clean up according to luacheck (part 1) 2015-11-23 13:57:21 +01:00
argument_0count_spec.lua tests: Modernize migrated legacy test argument_0count. 2015-06-16 01:23:23 -04:00
argument_count_spec.lua tests: Modernize migrated argument_count test. 2015-06-16 01:36:17 -04:00
assert_spec.lua tests: Make helper.source() return tempname. 2016-01-10 10:44:57 +09:00
autocmd_option_spec.lua test: Fix lint error 2016-02-15 11:05:17 +01:00
autoformat_join_spec.lua legacy tests: migrate test_autoformat_join 2014-11-04 12:57:33 -03:00
cdo_spec.lua tests: Migrate legacy test cdo. 2016-01-15 23:50:04 +09:00
changelist_spec.lua legacy tests: migrate test_changelist 2014-11-04 12:57:33 -03:00
charsearch_spec.lua test: charsearch: Fix error/typo in legacy test. 2016-02-20 10:52:02 -05:00
command_count_spec.lua tests: Simplify migrated legacy test. 2016-02-04 19:25:07 +01:00
comparators_spec.lua vim-patch:7.4.844 #4228 2016-02-17 03:59:58 -05:00
erasebackword_spec.lua vim-patch:dbcf19d 2016-01-23 15:33:31 +01:00
eval_spec.lua Rewrite hexadecimal escape sequences as decimal in lua strings 2016-03-07 03:58:35 -03:00
fixeol_spec.lua Tests: fix according to lualint 2015-12-20 22:41:40 +01:00
glob2regpat_spec.lua Tests: fix according to lualint 2016-02-02 20:23:12 +01:00
increment_spec.lua tests: Migrate legacy test increment. 2016-02-01 03:47:09 +09:00
insertcount_spec.lua legacy tests: migrate test_insertcount 2014-11-04 12:57:33 -03:00
lispwords_spec.lua vim-patch:7.4.952 2016-02-22 22:47:18 +09:00
listchars_spec.lua defaults: set 'listchars' to "tab:> ,trail:-,nbsp:+". #2872 2015-08-22 13:48:48 -04:00
listlbr_utf8_spec.lua vim-patch:7.4.963 2016-01-28 20:52:41 +09:00
mapping_spec.lua vim-patch:7.4.614 2016-01-14 12:22:45 +09:00
match_conceal_spec.lua tests: Migrate legacy test match_conceal 2016-02-11 15:08:31 +09:00
nested_function_spec.lua test/functional: clean up according to luacheck (part 1) 2015-11-23 13:57:21 +01:00
options_spec.lua vim-patch:7.4.915 2016-02-09 14:44:53 +09:00
qf_title_spec.lua test/functional: clean up according to luacheck (part 1) 2015-11-23 13:57:21 +01:00
quickfix_spec.lua Tests: fix according to lualint 2016-02-02 20:23:12 +01:00
search_mbyte_spec.lua test: search_mbyte_spec: minor cleanup 2016-02-15 01:47:43 -05:00
set_spec.lua vim-patch:7.4.741 #4121 2016-02-01 02:28:51 -05:00
signs_spec.lua test/functional: clean up according to luacheck (part 1) 2015-11-23 13:57:21 +01:00
textobjects_spec.lua tests: Migrate legacy test textobjects 2016-02-03 21:56:22 +09:00
undolevels_spec.lua tests: Migrate legacy test undolevels. 2016-01-10 10:44:57 +09:00
utf8_spec.lua vim-patch:7.4.932 2016-02-16 00:18:42 +09:00
writefile_spec.lua test/functional: clean up according to luacheck (part 1) 2015-11-23 13:57:21 +01:00