spacevim/bundle/nvim-treesitter-0.9.1/tests/indent/python/strings.py

18 lines
133 B
Python
Raw Normal View History

2024-08-21 14:17:26 +08:00
a = """
String A
"""
b = """
String B
"""
c = """
String C
"""
d = """
String D
String D
String D
"""