We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a6af29 + 328e7d8 commit 5b62cf1Copy full SHA for 5b62cf1
1 file changed
XMLTokener.java
@@ -232,6 +232,7 @@ public Object nextMeta() throws JSONException {
232
}
233
switch (c) {
234
case 0:
235
+ throw syntaxError("Unterminated string");
236
case '<':
237
case '>':
238
case '/':
0 commit comments