summaryrefslogtreecommitdiff
path: root/cli/tests/integration_tests.rs
diff options
context:
space:
mode:
authorFenzland <fenzland@163.com>2020-05-02 01:03:54 +0800
committerGitHub <noreply@github.com>2020-05-01 13:03:54 -0400
commit25b765c123ee4779d223b10adbea8db5c472d5a0 (patch)
treec60b73066c4edf806087f04cb64331349042367b /cli/tests/integration_tests.rs
parentfa396c0a22f1de4a55ca3ad918f1ba4566d2575b (diff)
fix misaligned error reporting on tab char (#5032)
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r--cli/tests/integration_tests.rs7
1 files changed, 7 insertions, 0 deletions
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,