mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
tests: assert:set_parameter('TableFormatLevel', 100) #10925
luassert uses 3 by default, which is often not enough. Instead of documenting how to increase it, let's use a more fitting (sane) default of 100 levels.
This commit is contained in:
committed by
Justin M. Keyes
parent
d000f02bc0
commit
dcc8fcf0b9
@@ -451,10 +451,6 @@ local function phl2lua(pstate)
|
||||
return ret
|
||||
end
|
||||
|
||||
child_call_once(function()
|
||||
assert:set_parameter('TableFormatLevel', 1000000)
|
||||
end)
|
||||
|
||||
describe('Expressions parser', function()
|
||||
local function _check_parsing(opts, str, exp_ast, exp_highlighting_fs,
|
||||
nz_flags_exps)
|
||||
|
||||
Reference in New Issue
Block a user