Commit ec06ce5
fix: strip list dash prefix from sub-entry keys and render ListElement as key with no value
- x: 123 was parsed with key "- x" due to missing lstrip("-") before
the colon split. ListElement now renders as a key with empty value
rather than an empty key with a value.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent f7b908d commit ec06ce5
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments