Skip to content

Commit 27305f4

Browse files
committed
Fix error for unparsable configuration
1 parent 050ca19 commit 27305f4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/run-snapshots/remote-configuration-with-unparsable-elmjson-json.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"title": "TEMPLATE ELM.JSON PARSING ERROR",
44
"path": "<local-path>/test/project-with-errors/review/elm.json",
55
"message": [
6-
"I found the elm.json associated with jfmengels/node-elm-review repository on GitHub,\nbut I encountered a problem when parsing it:\n\nUnexpected token / in JSON at position 137"
6+
"I found the elm.json associated with jfmengels/node-elm-review repository on GitHub,\nbut I encountered a problem when parsing it:\n\nUnexpected token / in JSON at position 135"
77
]
88
}

test/run-snapshots/remote-configuration-with-unparsable-elmjson-ndjson.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"title": "TEMPLATE ELM.JSON PARSING ERROR",
44
"path": "<local-path>/test/project-with-errors/review/elm.json",
55
"message": [
6-
"I found the elm.json associated with jfmengels/node-elm-review repository on GitHub,\nbut I encountered a problem when parsing it:\n\nUnexpected token / in JSON at position 137"
6+
"I found the elm.json associated with jfmengels/node-elm-review repository on GitHub,\nbut I encountered a problem when parsing it:\n\nUnexpected token / in JSON at position 135"
77
]
88
}

test/run-snapshots/remote-configuration-with-unparsable-elmjson.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
I found the elm.json associated with jfmengels/node-elm-review repository on GitHub,
66
but I encountered a problem when parsing it:
77

8-
Unexpected token / in JSON at position 137
8+
Unexpected token / in JSON at position 135
99

0 commit comments

Comments
 (0)