This commit is contained in:
31
fixtures/batch/batch_file_not_found.json
Normal file
31
fixtures/batch/batch_file_not_found.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user