X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/2cf125a97c97ab05c8f36170285638474a837913..efcd039482de513eb2bb5f4f7688c51985c40494:/tests/data/string_quotes.py diff --git a/tests/data/string_quotes.py b/tests/data/string_quotes.py index 807f866..1994dd2 100644 --- a/tests/data/string_quotes.py +++ b/tests/data/string_quotes.py @@ -43,6 +43,7 @@ re.compile(r'[\\"]') "unnecessary \'\'escaping" '\\""' "\\''" +'Lots of \\\\\\\\\'quotes\'' # output @@ -91,3 +92,4 @@ re.compile(r'[\\"]') "unnecessary ''escaping" '\\""' "\\''" +"Lots of \\\\\\\\'quotes'"