Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Aug 13, 2020
1 parent 853707c commit 25ca014
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cli/tests/lint/expected_json.out
Expand Up @@ -37,7 +37,7 @@
"errors": [
{
"file_path": "[WILDCARD]malformed.js",
"message": "Expected RBrace, got None at [WILDCARD]malformed.js:2:15"
"message": "Expected RBrace, got None at [WILDCARD]malformed.js:4:15"
}
]
}
2 changes: 2 additions & 0 deletions cli/tests/lint/malformed.js
@@ -1,2 +1,4 @@
// deno-fmt-ignore-file

// intentionally malformed file
export class A {

0 comments on commit 25ca014

Please sign in to comment.