1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-28 00:50:05 +08:00
SpaceVim/bundle/nvim-treesitter/tests/indent/python/strings.py

18 lines
133 B
Python
Raw Normal View History

a = """
String A
"""
b = """
String B
"""
c = """
String C
"""
d = """
String D
String D
String D
"""