Commit 3c9d3a3
committed
cleanup(core): update catalog e2e assertions for unquoted YAML output
The new yaml-based catalog updater emits unquoted scalars
(`react: 18.2.0`) where the previous `@zkochan/js-yaml` `dump` path
emitted forced double-quoted scalars (`react: "18.2.0"`). Both are
semantically identical YAML, but the e2e assertions in misc.test.ts
were hard-coded against the quoted form. Drop the quotes from the
expected substrings.1 parent 8d8a770 commit 3c9d3a3
1 file changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1348 | 1348 | | |
1349 | 1349 | | |
1350 | 1350 | | |
1351 | | - | |
1352 | | - | |
1353 | | - | |
1354 | | - | |
| 1351 | + | |
| 1352 | + | |
| 1353 | + | |
| 1354 | + | |
1355 | 1355 | | |
1356 | | - | |
1357 | | - | |
1358 | | - | |
| 1356 | + | |
| 1357 | + | |
| 1358 | + | |
1359 | 1359 | | |
1360 | 1360 | | |
1361 | 1361 | | |
| |||
0 commit comments