diff options
Diffstat (limited to 'src/suites/preprocess.py')
| -rw-r--r-- | src/suites/preprocess.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/suites/preprocess.py b/src/suites/preprocess.py index 8dac56b..27a27a4 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/13 12:20:37 by charles ### ########.fr # +# Updated: 2020/09/14 15:15:53 by charles ### ########.fr # # # # **************************************************************************** # @@ -63,6 +63,8 @@ def suite_quote(test): test('echo """""""""""""""""""""""""""""""""""""""""""', hook=hooks.error_line0) test("echo 'AH\\'") test('echo "AH\\"') + test("echo '\\''") + test('echo "\\""') @suite() |
