Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14003991
D18752.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
945 B
Referenced Files
None
Subscribers
None
D18752.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sun, Oct 27, 1:50 PM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6713487
Default Alt Text
D18752.diff (945 B)
Attached To
Mode
D18752: Fix a typo in JSON parser
Attached
Detach File
Event Timeline
Log In to Comment