mediawiki-extensions-Math/tests/phpunit/InputCheck/data/restbase/fail.json

34 lines
578 B
JSON
Raw Normal View History

{
"type": "https://mediawiki.org/wiki/HyperSwitch/errors/bad_request",
"title": "Bad Request",
"method": "POST",
"detail": {
"error": {
"message": "Illegal TeX function",
"expected": [],
"found": "\\newcommand",
"location": {
"start": {
"offset": 4,
"line": 1,
"column": 5
},
"end": {
"offset": 15,
"line": 1,
"column": 16
}
},
"name": "SyntaxError"
},
"success": false,
"warnings": [],
"status": "F",
"details": "\\newcommand",
"offset": 4,
"line": 1,
"column": 5
},
"uri": "/texvcinfo"
}