Commit e82dba7
committed
Clarify 0087 directive-order harness comments
Address CoPilot review on #225 (both threads resolved there but the
edits landed after the squash-merge).
- test_observability.py: reword the 135 support-comment from "key
order" to "document (dict insertion) order", matching the loader
guard-comment and removing the sorted-by-key ambiguity.
- test_fixture_parsing.py: correct the 135 parse-deferral reason. It
read "not implemented", but 0087 is implemented -- only the parse
shape is deferred, because 135 reuses the augment/capture directive
shapes the cross-cap parser does not model (as siblings 043-046),
runtime-driven in test_observability.
Comment-only; no behavior change.1 parent 3d500a4 commit e82dba7
2 files changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
628 | 628 | | |
629 | 629 | | |
630 | 630 | | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
631 | 634 | | |
632 | | - | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
633 | 638 | | |
634 | 639 | | |
635 | 640 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
| 108 | + | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
0 commit comments