mediawiki-extensions-Math/tests/phpunit/InputCheck/data/mathoid/deprecated.json
Petr Pchelko da8e918fb3 Enable most tests which were previously disabled
Additionally - remove RestbaseInterface::checkBackend.
When HTTP requests are banned from unit tests this method
makes no sence.

MathoidCli tests were not reenabled cause it's a bit hard
to mock shell acceess. Hopefully as part of Shellbox
transition we can have MockShell trait in core and reenable
those tests

Bug: T265628
Depends-On: I350ed59af603a0504704af3265787a4be8f2dc2a
Change-Id: I294d0ed905193850dc38cb3071eb9b31c8863121
2021-08-12 08:57:58 -07:00

40 lines
711 B
JSON

{
"success": true,
"checked": "1.5\\%",
"requiredPackages": [],
"identifiers": [],
"endsWithDot": false,
"warnings": [
{
"type": "texvc-deprecation",
"details": {
"error": {
"message": "Deprecation: % and $ need to be escaped.",
"expected": [],
"found": "%",
"location": {
"start": {
"offset": 4,
"line": 1,
"column": 5
},
"end": {
"offset": 5,
"line": 1,
"column": 6
}
},
"name": "SyntaxError"
},
"success": false,
"warnings": [],
"status": "S",
"details": "SyntaxError: Deprecation: % and $ need to be escaped.",
"offset": 4,
"line": 1,
"column": 5
}
}
]
}