From 25b765c123ee4779d223b10adbea8db5c472d5a0 Mon Sep 17 00:00:00 2001 From: Fenzland Date: Sat, 2 May 2020 01:03:54 +0800 Subject: fix misaligned error reporting on tab char (#5032) --- cli/tests/integration_tests.rs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cli/tests/integration_tests.rs') diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index fb2d7e73b..66df5a70f 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -1429,6 +1429,13 @@ itest!(error_024_stack_promise_all { exit_code: 1, }); +itest!(error_025_tab_indent { + args: "error_025_tab_indent", + output: "error_025_tab_indent.out", + check_stderr: true, + exit_code: 1, +}); + itest!(error_syntax { args: "run --reload error_syntax.js", check_stderr: true, -- cgit v1.2.3