From: Mark Wooding Date: Sun, 30 Aug 2015 11:59:22 +0000 (+0100) Subject: test/: Make `nml.tickle' be a `progn' method. X-Git-Tag: 0.2.0~38 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/commitdiff_plain/430fd33a4f9b29fb5051580878c48e991e5f3d43?ds=inline test/: Make `nml.tickle' be a `progn' method. I think this was always intended, but I didn't have the method combination until now. --- 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]