Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 63c9528

Browse files
committed
Add golden tests for fix 4668589
1 parent e696fae commit 63c9528

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
IGNORES KEY ORDER
2+
---
3+
Z: 1
4+
D: 2
5+
F: 3
6+
---
7+
- [update, ['A'], 4]
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
RESPECTS THE KEY ORDER
2+
---
3+
A: first
4+
C: third
5+
---
6+
- [update, [B], second]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Z: 1
2+
D: 2
3+
F: 3
4+
A: 4
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
A: first
2+
B: second
3+
C: third

0 commit comments

Comments
 (0)