Skip to content

Commit fb3bb16

Browse files
committed
Fix cleaned YAMLs
1 parent dcb82ae commit fb3bb16

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

testlib/src/main/resources/yaml/array_with_bracket.clean.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ episodes:
88
- 6
99
- 7
1010
best-jedi:
11-
name: Obi-Wan
12-
side: light
11+
name: "Obi-Wan"
12+
side: "light"
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
hr:
3-
- Mark McGwire
4-
- Sammy Sosa
3+
- "Mark McGwire"
4+
- "Sammy Sosa"
55
rbi:
6-
- Sammy Sosa
7-
- Ken Griffey
6+
- "SS"
7+
- "Ken Griffey"

0 commit comments

Comments
 (0)