From dcc8fcf0b9d819357d5ec9beb36cf698e600e809 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 3 Sep 2019 13:29:49 +0200 Subject: 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. --- test/unit/viml/expressions/parser_spec.lua | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/unit') diff --git a/test/unit/viml/expressions/parser_spec.lua b/test/unit/viml/expressions/parser_spec.lua index a8f29529ec..032baf6578 100644 --- a/test/unit/viml/expressions/parser_spec.lua +++ b/test/unit/viml/expressions/parser_spec.lua @@ -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) -- cgit