From 63a88c873f3643aad9208488765dc53618edd40e Mon Sep 17 00:00:00 2001 From: Jędrzej Boczar Date: Thu, 22 Apr 2021 20:53:30 +0200 Subject: move all tests to top-level tests/ directory --- tests/indent/python/strings.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/indent/python/strings.py (limited to 'tests/indent/python/strings.py') diff --git a/tests/indent/python/strings.py b/tests/indent/python/strings.py new file mode 100644 index 000000000..0eb088fa6 --- /dev/null +++ b/tests/indent/python/strings.py @@ -0,0 +1,17 @@ +a = """ + String A +""" + +b = """ +String B +""" + +c = """ + String C + """ + +d = """ + String D +String D + String D + """ -- cgit v1.2.3-70-g09d2