From 430fd33a4f9b29fb5051580878c48e991e5f3d43 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 30 Aug 2015 12:59:22 +0100 Subject: [PATCH] test/: Make `nml.tickle' be a `progn' method. I think this was always intended, but I didn't have the method combination until now. --- test/chimaera.ref | 6 ++++++ test/chimaera.sod | 1 + 2 files changed, 7 insertions(+) diff --git a/test/chimaera.ref b/test/chimaera.ref index 1842c08..897e953 100644 --- a/test/chimaera.ref +++ b/test/chimaera.ref @@ -30,7 +30,13 @@ provoking Chimaera as a serpent Nom! tickle Chimaera #0... Munch! +Bonk! +Sssss! tickle Chimaera #1... Munch! +Bonk! +Sssss! tickle Chimaera #2... Munch! +Bonk! +Nom! diff --git a/test/chimaera.sod b/test/chimaera.sod index 018957e..d748bb5 100644 --- a/test/chimaera.sod +++ b/test/chimaera.sod @@ -16,6 +16,7 @@ code h : includes { class Animal : SodObject { int tickles = 0; + [combination = progn] void tickle(); [role = before] -- 2.11.0