mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-12-11 07:26:03 +00:00
374 lines
6.3 KiB
JSON
374 lines
6.3 KiB
JSON
|
{
|
||
|
"status": 400,
|
||
|
"type": "bad_request",
|
||
|
"title": "Bad Request",
|
||
|
"detail": {
|
||
|
"error": {
|
||
|
"message": "Expected \"-\", \"[\", \"\\\\\", \"\\\\begin\", \"\\\\begin{\", \"]\", \"^\", \"_\", \"{\", [ \\t\\n\\r], [%$], [().], [,:;?!'], [/|], [0-9], [><~], [\\-+*=], or [a-zA-Z] but end of input found.",
|
||
|
"expected": [
|
||
|
{
|
||
|
"type": "class",
|
||
|
"parts": [
|
||
|
" ",
|
||
|
"\t",
|
||
|
"\n",
|
||
|
"\r"
|
||
|
],
|
||
|
"inverted": false,
|
||
|
"ignoreCase": false
|
||
|
},
|
||
|
{
|
||
|
"type": "literal",
|
||
|
"text": "_",
|
||
|
"ignoreCase": false
|
||
|
},
|
||
|
{
|
||
|
"type": "literal",
|
||
|
"text": "^",
|
||
|
"ignoreCase": false
|
||
|
},
|
||
|
{
|
||
|
"type": "class",
|
||
|
"parts": [
|
||
|
[
|
||
|
"a",
|
||
|
"z"
|
||
|
],
|
||
|
[
|
||
|
"A",
|
||
|
"Z"
|
||
|
]
|
||
|
],
|
||
|
"inverted": false,
|
||
|
"ignoreCase": false
|
||
|
},
|
||
|
{
|
||
|
"type": "class",
|
||
|
"parts": [
|
||
|
[
|
||
|
"0",
|
||
|
"9"
|
||
|
]
|
||
|
],
|
||
|
"inverted": false,
|
||
|
"ignoreCase": false
|
||
|
},
|
||
|
{
|
||
|
"type": "class",
|
||
|
"parts": [
|
||
|
",",
|
||
|
":",
|
||
|
";",
|
||
|
"?",
|
||
|
"!",
|
||
|
"'"
|
||
|
],
|
||
|
"inverted": false,
|
||
|
"ignoreCase": false
|
||
|
},
|
||
|
{
|
||
|
"type": "literal",
|
||
|
"text": "-",
|
||
|
"ignoreCase": false
|
||
|
},
|
||
|
{
|
||
|
"type": "class",
|
||
|
"parts": [
|
||
|
"-",
|
||
|
"+",
|
||
|
"*",
|
||
|
"="
|
||
|
],
|
||
|
"inverted": false,
|
||
|
"ignoreCase": false
|
||
|
},
|
||
|
{
|
||
|
"type": "literal",
|
||
|
"text": "\\",
|
||
|
"ignoreCase": false
|
||
|
},
|
||
|
{
|
||
|
"type": "literal",
|
||
|
"text": "\\",
|
||
|
"ignoreCase": false
|
||
|
},
|
||
|
{
|
||
|
"type": "class",
|
||
|
"parts": [
|
||
|
">",
|
||
|
"<",
|
||
|
"~"
|
||
|
],
|
||
|
"inverted": false,
|
||
|
"ignoreCase": false
|
||
|
},
|
||
|
{
|
||
|
"type": "class",
|
||
|
"parts": [
|
||
|
"%",
|
||
|
"$"
|
||
|
],
|
||
|
"inverted": false,
|
||
|
"ignoreCase": false
|
||
|
},
|
||
|
{
|
||
|
"type": "class",
|
||
|
"parts": [
|
||
|
"(",
|
||
|
")",
|
||
|
"."
|
||
|
],
|
||
|
"inverted": false,
|
||
|
"ignoreCase": false
|
||
|
},
|
||
|
{
|
||
|
"type": "class",
|
||
|
"parts": [
|
||
|
"/",
|
||
|
"|"
|
||
|
],
|
||
|
"inverted": false,
|
||
|
"ignoreCase": false
|
||
|
},
|
||
|
{
|
||
|
"type": "literal",
|
||
|
"text": "[",
|
||
|
"ignoreCase": false
|
||
|
},
|
||
|
{
|
||
|
"type": "literal",
|
||
|
"text": "\\",
|
||
|
"ignoreCase": false
|
||
|
},
|
||
|
{
|
||
|
"type": "literal",
|
||
|
"text": "{",
|
||
|
"ignoreCase": false
|
||
|
},
|
||
|
{
|
||
|
"type": "literal",
|
||
|
"text": "\\begin",
|
||
|
"ignoreCase": false
|
||
|
},
|
||
|
{
|
||
|
"type": "literal",
|
||
|
"text": "\\begin{",
|
||
|
"ignoreCase": false
|
||
|
},
|
||
|
{
|
||
|
"type": "literal",
|
||
|
"text": "]",
|
||
|
"ignoreCase": false
|
||
|
}
|
||
|
],
|
||
|
"found": null,
|
||
|
"location": {
|
||
|
"start": {
|
||
|
"offset": 8,
|
||
|
"line": 1,
|
||
|
"column": 9
|
||
|
},
|
||
|
"end": {
|
||
|
"offset": 8,
|
||
|
"line": 1,
|
||
|
"column": 9
|
||
|
}
|
||
|
},
|
||
|
"name": "SyntaxError"
|
||
|
},
|
||
|
"success": false,
|
||
|
"warnings": [],
|
||
|
"status": "S",
|
||
|
"details": "SyntaxError: Expected \"-\", \"[\", \"\\\\\", \"\\\\begin\", \"\\\\begin{\", \"]\", \"^\", \"_\", \"{\", [ \\t\\n\\r], [%$], [().], [,:;?!'], [/|], [0-9], [><~], [\\-+*=], or [a-zA-Z] but end of input found.",
|
||
|
"offset": 8,
|
||
|
"line": 1,
|
||
|
"column": 9
|
||
|
},
|
||
|
"method": "POST",
|
||
|
"uri": "/texvcinfo",
|
||
|
"success": false,
|
||
|
"log": {
|
||
|
"error": {
|
||
|
"message": "Expected \"-\", \"[\", \"\\\\\", \"\\\\begin\", \"\\\\begin{\", \"]\", \"^\", \"_\", \"{\", [ \\t\\n\\r], [%$], [().], [,:;?!'], [/|], [0-9], [><~], [\\-+*=], or [a-zA-Z] but end of input found.",
|
||
|
"expected": [
|
||
|
{
|
||
|
"type": "class",
|
||
|
"parts": [
|
||
|
" ",
|
||
|
"\t",
|
||
|
"\n",
|
||
|
"\r"
|
||
|
],
|
||
|
"inverted": false,
|
||
|
"ignoreCase": false
|
||
|
},
|
||
|
{
|
||
|
"type": "literal",
|
||
|
"text": "_",
|
||
|
"ignoreCase": false
|
||
|
},
|
||
|
{
|
||
|
"type": "literal",
|
||
|
"text": "^",
|
||
|
"ignoreCase": false
|
||
|
},
|
||
|
{
|
||
|
"type": "class",
|
||
|
"parts": [
|
||
|
[
|
||
|
"a",
|
||
|
"z"
|
||
|
],
|
||
|
[
|
||
|
"A",
|
||
|
"Z"
|
||
|
]
|
||
|
],
|
||
|
"inverted": false,
|
||
|
"ignoreCase": false
|
||
|
},
|
||
|
{
|
||
|
"type": "class",
|
||
|
"parts": [
|
||
|
[
|
||
|
"0",
|
||
|
"9"
|
||
|
]
|
||
|
],
|
||
|
"inverted": false,
|
||
|
"ignoreCase": false
|
||
|
},
|
||
|
{
|
||
|
"type": "class",
|
||
|
"parts": [
|
||
|
",",
|
||
|
":",
|
||
|
";",
|
||
|
"?",
|
||
|
"!",
|
||
|
"'"
|
||
|
],
|
||
|
"inverted": false,
|
||
|
"ignoreCase": false
|
||
|
},
|
||
|
{
|
||
|
"type": "literal",
|
||
|
"text": "-",
|
||
|
"ignoreCase": false
|
||
|
},
|
||
|
{
|
||
|
"type": "class",
|
||
|
"parts": [
|
||
|
"-",
|
||
|
"+",
|
||
|
"*",
|
||
|
"="
|
||
|
],
|
||
|
"inverted": false,
|
||
|
"ignoreCase": false
|
||
|
},
|
||
|
{
|
||
|
"type": "literal",
|
||
|
"text": "\\",
|
||
|
"ignoreCase": false
|
||
|
},
|
||
|
{
|
||
|
"type": "literal",
|
||
|
"text": "\\",
|
||
|
"ignoreCase": false
|
||
|
},
|
||
|
{
|
||
|
"type": "class",
|
||
|
"parts": [
|
||
|
">",
|
||
|
"<",
|
||
|
"~"
|
||
|
],
|
||
|
"inverted": false,
|
||
|
"ignoreCase": false
|
||
|
},
|
||
|
{
|
||
|
"type": "class",
|
||
|
"parts": [
|
||
|
"%",
|
||
|
"$"
|
||
|
],
|
||
|
"inverted": false,
|
||
|
"ignoreCase": false
|
||
|
},
|
||
|
{
|
||
|
"type": "class",
|
||
|
"parts": [
|
||
|
"(",
|
||
|
")",
|
||
|
"."
|
||
|
],
|
||
|
"inverted": false,
|
||
|
"ignoreCase": false
|
||
|
},
|
||
|
{
|
||
|
"type": "class",
|
||
|
"parts": [
|
||
|
"/",
|
||
|
"|"
|
||
|
],
|
||
|
"inverted": false,
|
||
|
"ignoreCase": false
|
||
|
},
|
||
|
{
|
||
|
"type": "literal",
|
||
|
"text": "[",
|
||
|
"ignoreCase": false
|
||
|
},
|
||
|
{
|
||
|
"type": "literal",
|
||
|
"text": "\\",
|
||
|
"ignoreCase": false
|
||
|
},
|
||
|
{
|
||
|
"type": "literal",
|
||
|
"text": "{",
|
||
|
"ignoreCase": false
|
||
|
},
|
||
|
{
|
||
|
"type": "literal",
|
||
|
"text": "\\begin",
|
||
|
"ignoreCase": false
|
||
|
},
|
||
|
{
|
||
|
"type": "literal",
|
||
|
"text": "\\begin{",
|
||
|
"ignoreCase": false
|
||
|
},
|
||
|
{
|
||
|
"type": "literal",
|
||
|
"text": "]",
|
||
|
"ignoreCase": false
|
||
|
}
|
||
|
],
|
||
|
"found": null,
|
||
|
"location": {
|
||
|
"start": {
|
||
|
"offset": 8,
|
||
|
"line": 1,
|
||
|
"column": 9
|
||
|
},
|
||
|
"end": {
|
||
|
"offset": 8,
|
||
|
"line": 1,
|
||
|
"column": 9
|
||
|
}
|
||
|
},
|
||
|
"name": "SyntaxError"
|
||
|
},
|
||
|
"success": false,
|
||
|
"warnings": [],
|
||
|
"status": "S",
|
||
|
"details": "SyntaxError: Expected \"-\", \"[\", \"\\\\\", \"\\\\begin\", \"\\\\begin{\", \"]\", \"^\", \"_\", \"{\", [ \\t\\n\\r], [%$], [().], [,:;?!'], [/|], [0-9], [><~], [\\-+*=], or [a-zA-Z] but end of input found.",
|
||
|
"offset": 8,
|
||
|
"line": 1,
|
||
|
"column": 9
|
||
|
},
|
||
|
"error": "SyntaxError: Expected \"-\", \"[\", \"\\\\\", \"\\\\begin\", \"\\\\begin{\", \"]\", \"^\", \"_\", \"{\", [ \\t\\n\\r], [%$], [().], [,:;?!'], [/|], [0-9], [><~], [\\-+*=], or [a-zA-Z] but end of input found."
|
||
|
}
|