mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:8.2.0540: regexp and other code not tested (#20930)
Problem: Regexp and other code not tested.
Solution: Add more tests. (Yegappan Lakshmanan, closes vim/vim#5904)
004a6781b3
This commit is contained in:
@@ -7,7 +7,7 @@ local clear, command = helpers.clear, helpers.command
|
||||
-- Temporary file for gathering benchmarking results for each regexp engine.
|
||||
local result_file = 'benchmark.out'
|
||||
-- Fixture containing an HTML fragment that can make a search appear to freeze.
|
||||
local sample_file = 'test/benchmark/samples/re.freeze.txt'
|
||||
local sample_file = 'src/nvim/testdir/samples/re.freeze.txt'
|
||||
|
||||
-- Vim script code that does both the work and the benchmarking of that work.
|
||||
local measure_cmd =
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user