32 lines
547 B
JSON
32 lines
547 B
JSON
|
|
{
|
||
|
|
"id": "batch_file_not_found",
|
||
|
|
"category": "batch",
|
||
|
|
"description": "batch_extract_file_sync nonexistent",
|
||
|
|
"tags": [
|
||
|
|
"batch",
|
||
|
|
"error"
|
||
|
|
],
|
||
|
|
"call": "batch_extract_files_sync",
|
||
|
|
"input": {
|
||
|
|
"paths": [
|
||
|
|
{
|
||
|
|
"path": "/nonexistent/a.pdf"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"path": "/nonexistent/b.txt"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"assertions": [
|
||
|
|
{
|
||
|
|
"type": "not_error"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"skip": {
|
||
|
|
"languages": [
|
||
|
|
"wasm"
|
||
|
|
],
|
||
|
|
"reason": "WASM cannot access filesystem; use extractBytes with file content instead"
|
||
|
|
}
|
||
|
|
}
|