Skip to content

Commit 3f3cfe2

Browse files
committed
chore: update snapshots
1 parent a783d7b commit 3f3cfe2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test_data/quote/quote.yaml.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
- "123"
33
- "''"
44
- '""'
5-
- "'"
5+
- ''''
66
- "\"\""
77
- '\n123'
88
- "\n123"

test_data/spec/spec-example-2.17-quoted-scalars.yaml.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ control: "\b1998\t1999\t2000\n"
33
hex esc: "\x0d\x0a is \r\n"
44

55
single: '"Howdy!" he cried.'
6-
quoted: " # Not a 'comment'."
6+
quoted: ' # Not a ''comment''.'
77
tie-fighter: '|\-*-/|'

0 commit comments

Comments
 (0)