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 --- lua/tests/indent/python/nested_collections.py | 41 --------------------------- 1 file changed, 41 deletions(-) delete mode 100644 lua/tests/indent/python/nested_collections.py (limited to 'lua/tests/indent/python/nested_collections.py') diff --git a/lua/tests/indent/python/nested_collections.py b/lua/tests/indent/python/nested_collections.py deleted file mode 100644 index 292a65a00..000000000 --- a/lua/tests/indent/python/nested_collections.py +++ /dev/null @@ -1,41 +0,0 @@ -a = [ - 1, - [ - 2, - [ - 3 - ] - ] -] - -b = [ - 1, [[ - 3 - ], - ] -] - -c = [[[ - 3 -]]] - -d = { - 'a': [ - 2, 3 - ], - 'c': ( - [1, 2, 3], - [ - 2, - 4 - ], { - 6, - 8 - } - ) -} - -e = (1, 2, - 3, 4, - 5, 6 - ) -- cgit v1.2.3-70-g09d2