From 0b9fa59d9e419fc64edb9b1af3207c55e9790e04 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**: ::