Skip to content

Commit fb0c0a5

Browse files
rgeraskinadrienverge
authored andcommitted
quoted-strings: fix docs example
1 parent 352e1a9 commit fb0c0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yamllint/rules/quoted_strings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
the following code snippet would **PASS**:
122122
::
123123
124-
foo: "bar\"baz"
124+
foo: "bar\\"baz"
125125
126126
the following code snippet would **FAIL**:
127127
::

0 commit comments

Comments
 (0)