plan: 22b.4a fix — ail render has no --form flag
This commit is contained in:
@@ -1083,7 +1083,7 @@ Before editing, sanity-check that the printer/parser arms cover every
|
||||
|
||||
```
|
||||
for f in examples/test_22b1_*.ail.json examples/test_22b2_*.ail.json examples/test_22b3_*.ail.json; do
|
||||
cargo run -q -p ail -- render --form a "$f" > /tmp/rt.txt 2>&1 || echo "RENDER FAIL: $f"
|
||||
cargo run -q -p ail -- render "$f" > /tmp/rt.txt 2>&1 || echo "RENDER FAIL: $f"
|
||||
done
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user