aboutsummaryrefslogtreecommitdiff
path: root/src/suites/parenthesis.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/suites/parenthesis.py')
-rw-r--r--src/suites/parenthesis.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/suites/parenthesis.py b/src/suites/parenthesis.py
index a06fdda..98320e8 100644
--- a/src/suites/parenthesis.py
+++ b/src/suites/parenthesis.py
@@ -6,13 +6,13 @@
# By: charles <charles.cabergs@gmail.com> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2020/07/15 18:24:57 by charles #+# #+# #
-# Updated: 2020/07/15 18:24:57 by charles ### ########.fr #
+# Updated: 2020/09/11 14:23:35 by charles ### ########.fr #
# #
# ############################################################################ #
from suite import suite
-@suite
+@suite(bonus=True)
def suite_parenthesis(test):
test("(echo bonjour)")
test("(echo bonjour )")