Commit 7f05258
authored
Fix YAML parse errors in ecommerce catalog schema descriptions (#591)
Two description fields in the ecommerce_catalog_product schema used plain
scalars containing `: ` inside backtick-quoted code and `{}` JSON literals,
which the YAML parser mis-read as mapping entries. Converted both to literal
block scalars (`|`) to fix parse errors introduced in PR #587.1 parent b6054f7 commit 7f05258
1 file changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33510 | 33510 | | |
33511 | 33511 | | |
33512 | 33512 | | |
33513 | | - | |
| 33513 | + | |
| 33514 | + | |
| 33515 | + | |
| 33516 | + | |
33514 | 33517 | | |
33515 | 33518 | | |
33516 | 33519 | | |
| |||
33552 | 33555 | | |
33553 | 33556 | | |
33554 | 33557 | | |
33555 | | - | |
| 33558 | + | |
| 33559 | + | |
| 33560 | + | |
| 33561 | + | |
| 33562 | + | |
33556 | 33563 | | |
33557 | 33564 | | |
33558 | 33565 | | |
| |||
0 commit comments