From 1caecc346a24c7e3e10e310ff564e8ec0e760ffa Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 13 Sep 2020 13:46:41 +0200 Subject: Fixing preview without borders --- src/suites/preprocess.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') 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 +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # 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() -- cgit