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, 3 insertions, 1 deletions
diff --git a/src/suites/preprocess.py b/src/suites/preprocess.py
index 406e390..8dac56b 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/12 10:48:04 by charles ### ########.fr #
+# Updated: 2020/09/13 12:20:37 by charles ### ########.fr #
# #
# **************************************************************************** #
@@ -61,6 +61,8 @@ def suite_quote(test):
test('echo """', hook=hooks.error_line0)
test("echo '''''''''''''''''''''''''''''''''''''''''''", hook=hooks.error_line0)
test('echo """""""""""""""""""""""""""""""""""""""""""', hook=hooks.error_line0)
+ test("echo 'AH\\'")
+ test('echo "AH\\"')
@suite()