Page MenuHomePhabricator

D18752.id.diff
No OneTemporary

D18752.id.diff

diff --git a/externals/jsonlint/src/Seld/JsonLint/JsonParser.php b/externals/jsonlint/src/Seld/JsonLint/JsonParser.php
--- a/externals/jsonlint/src/Seld/JsonLint/JsonParser.php
+++ b/externals/jsonlint/src/Seld/JsonLint/JsonParser.php
@@ -200,7 +200,7 @@
} elseif (preg_match('{".+?(\\\\[^"bfnrt/\\\\u])}', $this->lexer->getUpcomingInput(), $match)) {
$message .= ", it appears you have an unescaped backslash at: ".$match[1];
} elseif (preg_match('{"(?:[^"]+|\\\\")*$}m', $this->lexer->getUpcomingInput())) {
- $message .= ", it appears you forgot to terminated the string, or attempted to write a multiline string which is invalid";
+ $message .= ", it appears you forgot to terminate the string, or attempted to write a multiline string which is invalid";
}
}

File Metadata

Mime Type
text/plain
Expires
Thu, Oct 24, 5:13 AM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6713487
Default Alt Text
D18752.id.diff (945 B)

Event Timeline