Files
fil/fixtures/batch/batch_file_partial.json

31 lines
528 B
JSON
Raw Normal View History

2026-06-01 23:40:55 +02:00
{
"id": "batch_file_partial",
"category": "batch",
"description": "batch_extract_file_sync mixed",
"tags": [
"batch"
],
"call": "batch_extract_files_sync",
"input": {
"paths": [
{
"path": "text/plain.txt"
},
{
"path": "/nonexistent/missing.pdf"
}
]
},
"assertions": [
{
"type": "not_error"
}
],
"skip": {
"languages": [
"wasm"
],
"reason": "WASM cannot access filesystem; use extractBytes with file content instead"
}
}