Commit 7316603
fix(test): bash-syntax test catches unclosed fences and covers nested skills
Fable panel findings (CONFIRMED): (1) an unterminated ```bash fence at
EOF — the exact garrytan#1667 typo class the test was built for — was silently
dropped by the fence parser; it now throws. (2) discovery only scanned
depth-1 dirs, skipping openclaw/skills/*/SKILL.md and
browser-skills/*/SKILL.md, the hand-written files most likely to carry a
typo. Bounded recursive walk (depth ≤ 3); 60 files covered, all pass.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent ad1b382 commit 7316603
1 file changed
Lines changed: 16 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
32 | 33 | | |
33 | | - | |
34 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
74 | 78 | | |
75 | 79 | | |
76 | 80 | | |
| |||
0 commit comments