X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/519f807f879350704449e424c5c5b7e049e582b3..eec44f5977f195a10b81676525f463d0b634bd80:/tests/data/long_strings__regression.py?ds=sidebyside diff --git a/tests/data/long_strings__regression.py b/tests/data/long_strings__regression.py index 2e7f248..231d886 100644 --- a/tests/data/long_strings__regression.py +++ b/tests/data/long_strings__regression.py @@ -396,6 +396,16 @@ x = f"This is a long string which contains an f-expr that should not split {{{[i " it has now" ) + +def _legacy_listen_examples(): + text += ( + " \"listen for the '%(event_name)s' event\"\n" + "\n # ... (event logic logic logic) ...\n" + % { + "since": since, + } + ) + # output @@ -886,3 +896,13 @@ x = ( " it goes over 88 characters which" " it has now" ) + + +def _legacy_listen_examples(): + text += ( + " \"listen for the '%(event_name)s' event\"\n" + "\n # ... (event logic logic logic) ...\n" + % { + "since": since, + } + )