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/aligned_indent.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/indent/python/aligned_indent.py (limited to 'tests/indent/python/aligned_indent.py') diff --git a/tests/indent/python/aligned_indent.py b/tests/indent/python/aligned_indent.py new file mode 100644 index 000000000..2a4b827f4 --- /dev/null +++ b/tests/indent/python/aligned_indent.py @@ -0,0 +1,11 @@ +def aligned_indent(arg1, + arg2): + pass + +aligned_indent(1, + 2) + + +aligned_indent(1, + 2 + ) -- cgit v1.2.3-70-g09d2