Commit d5b0612
Fix JSON escaping in test_config.py conditions field
The conditions field had single backslashes instead of double backslashes,
causing JSON parsing to fail. This restores the correct escaping format
that matches the master branch.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent c6cef7b commit d5b0612
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
397 | | - | |
| 397 | + | |
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
| |||
0 commit comments