aboutsummaryrefslogtreecommitdiff
path: root/src/suites/preprocess.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/suites/preprocess.py')
-rw-r--r--src/suites/preprocess.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/suites/preprocess.py b/src/suites/preprocess.py
index bf88c49..fde8cc5 100644
--- a/src/suites/preprocess.py
+++ b/src/suites/preprocess.py
@@ -6,7 +6,7 @@
# By: juligonz <juligonz@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2020/07/15 18:25:00 by charles #+# #+# #
-# Updated: 2020/09/15 18:34:34 by charles ### ########.fr #
+# Updated: 2020/10/06 16:31:11 by cacharle ### ########.fr #
# #
# **************************************************************************** #
@@ -217,7 +217,7 @@ def suite_escape(test):
test(r"/bin/echo ' \$? '")
test(r"/bin/echo ' \\ '")
test(r"/bin/echo ' \\\ '")
- test("echo \\")
+ test("echo \\") # noting on linux
test("echo \"\\\"\"'bonjour'")