From 9ce56e51327c1b8eb4ba09a3521ff9ff4079d28f Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 9 Oct 2020 12:41:46 +0200 Subject: Added blank test --- src/suites/preprocess.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/suites/preprocess.py') diff --git a/src/suites/preprocess.py b/src/suites/preprocess.py index 3b70666..89130ec 100644 --- a/src/suites/preprocess.py +++ b/src/suites/preprocess.py @@ -6,7 +6,7 @@ # By: juligonz +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2020/07/15 18:25:00 by charles #+# #+# # -# Updated: 2020/10/08 08:37:19 by cacharle ### ########.fr # +# Updated: 2020/10/09 12:39:07 by cacharle ### ########.fr # # # # **************************************************************************** # @@ -236,6 +236,10 @@ def suite_spaces(test): test("\t\t\t\t\t\techo\tfoo") test("echo\tfoo\t\t\t\t\t\t") test("\t\t\t\techo\t\t\t\tfoo\t\t\t\t") + test("") + test(" ") + test("\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t") + test(" \t\t\t \t\t\t ") # @suite(bonus=True) -- cgit