From fb0c0a524700e2fd24c4dbf2330598af5fbba89c Mon Sep 17 00:00:00 2001 From: Roman Geraskin Date: Sun, 7 Aug 2022 18:38:38 +0300 Subject: [PATCH] quoted-strings: fix docs example --- yamllint/rules/quoted_strings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yamllint/rules/quoted_strings.py b/yamllint/rules/quoted_strings.py index dbc2e46..fb0d85c 100644 --- a/yamllint/rules/quoted_strings.py +++ b/yamllint/rules/quoted_strings.py @@ -121,7 +121,7 @@ used. the following code snippet would **PASS**: :: - foo: "bar\"baz" + foo: "bar\\"baz" the following code snippet would **FAIL**: ::