зеркало из https://github.com/mozilla/scribe.git
31 строка
359 B
JSON
31 строка
359 B
JSON
{
|
|
"objects": [
|
|
{
|
|
"object": "rawobject",
|
|
"raw": {
|
|
"identifiers": [
|
|
{
|
|
"identifier": "an identifier",
|
|
"value": "VALUE"
|
|
},
|
|
{
|
|
"identifier": "another identifier",
|
|
"value": "TEST"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
|
|
"tests": [
|
|
{
|
|
"test": "test0",
|
|
"expectedresult": true,
|
|
"object": "rawobject",
|
|
"regexp": {
|
|
"value": "TEST"
|
|
}
|
|
}
|
|
]
|
|
}
|