From d6e1decfb1791913ff6b11eb6cb69129ceb1a7e9 Mon Sep 17 00:00:00 2001 From: s-ol Date: Tue, 12 May 2020 18:12:09 +0200 Subject: base.match: never recall by default --- spec/match_spec.moon | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'spec') diff --git a/spec/match_spec.moon b/spec/match_spec.moon index bb4a42b..9764d5d 100644 --- a/spec/match_spec.moon +++ b/spec/match_spec.moon @@ -48,9 +48,9 @@ describe 'val and evt', -> assert.has.error -> evt!\match { str } assert.has.error -> evt!\match { num } - it 'is in recall mode', -> - value = val! - event = evt! + it 'can recall the type', -> + value = val!! + event = evt!! two_equal_values = value + value two_equal_events = event + event -- cgit v1.2.3