summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/lint/expected_json.out
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/lint/expected_json.out')
-rw-r--r--cli/tests/testdata/lint/expected_json.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/lint/expected_json.out b/cli/tests/testdata/lint/expected_json.out
index 61680607c..08ea0d3e0 100644
--- a/cli/tests/testdata/lint/expected_json.out
+++ b/cli/tests/testdata/lint/expected_json.out
@@ -58,7 +58,7 @@
"errors": [
{
"file_path": "[WILDCARD]malformed.js",
- "message": "Expected '{', got 'B' at [WILDCARD]malformed.js:4:16"
+ "message": "Expected '{', got 'B' at [WILDCARD]malformed.js:4:16\n\n export class A B C\n ~"
}
]
}