Skip to content

Commit 309e3ff

Browse files
committed
Update expected test outcome
1 parent 375b88f commit 309e3ff

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

pkl-core/src/test/files/LanguageSnippetTests/output/api/yamlParser3.pcf

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,21 @@ res1 {
3434
other = "other"
3535
}
3636
productx {
37-
"other"
37+
new {
38+
skux = "BL394Dx"
39+
quantityx = 5
40+
descriptionx = "Basketballx"
41+
pricex = 451.23
42+
other = "other"
43+
}
3844
new {
3945
skux = "BL4438Hx"
4046
quantityx = 2
4147
descriptionx = "Super Hoopx"
4248
pricex = 2393.23
4349
other = "other"
4450
}
51+
"other"
4552
}
4653
taxx = 252.64999999999998
4754
totalx = 4444.75
@@ -86,14 +93,21 @@ res2 = List(new {
8693
other = "other"
8794
}, new {
8895
productx {
89-
"other"
96+
new {
97+
skux = "BL394Dx"
98+
quantityx = 5
99+
descriptionx = "Basketballx"
100+
pricex = 451.23
101+
other = "other"
102+
}
90103
new {
91104
skux = "BL4438Hx"
92105
quantityx = 2
93106
descriptionx = "Super Hoopx"
94107
pricex = 2393.23
95108
other = "other"
96109
}
110+
"other"
97111
}
98112
other = "other"
99113
}, new {

0 commit comments

Comments
 (0)