X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/c55d08d0b96c8de8bd867ca315e380d9e9d2d7ec..3272bbc8b3e17d229df63daf26d3dce9706cee77:/tests/comments3.py diff --git a/tests/comments3.py b/tests/comments3.py index b57f8f3..e95bd21 100644 --- a/tests/comments3.py +++ b/tests/comments3.py @@ -1,7 +1,10 @@ def func(): + x = """ + a really long string + """ lcomp3 = [ # This one is actually too long to fit in a single line. - element.split('\n', 1)[0] + element.split("\n", 1)[0] # yup for element in collection.select_elements() # right