From: Jérémie Astor Date: Thu, 15 Jul 2021 16:01:05 +0000 (+0200) Subject: :white_check_mark: Improve effect tests [skip ci] X-Git-Tag: nightly~538 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=c0969ced354cf49816f38f9bffaebfd77d7e5402;p=gwion.git :white_check_mark: Improve effect tests [skip ci] --- diff --git a/tests/effects/try.gw b/tests/effects/try.gw index 59a028e0..ee1cd7fa 100644 --- a/tests/effects/try.gw +++ b/tests/effects/try.gw @@ -1,3 +1,4 @@ +#! [contains] value of i at the end 42 0 => var auto i; try { #! it will resume here