8 test_output
("Production and folding from targ", q{
9 kill(newsimple(1,2,3, "foo", 4, 5, 6));
11 NEW: SIMP 1 2 3 "foo" 4 5 6
16 test_output
("Multiple production from targ", q{
17 agent x = newsimple(1,2,3, "foo", 4, 5, 6);
18 agent y = newsimple(1,2,3, "foo", 4, 5, 6);
22 NEW: SIMP 1 2 3 "foo" 4 5 6
24 NEW: SIMP 1 2 3 "foo" 4 5 6
31 test_output("Setting targ (and folding within)", q{
39 test_output
("Setting targ (multiple contexts; partial folding)", q{
40 numeric a = null.unid;
41 numeric b = norn.unid;
54 test_output("Setting targ (invalidation; no folding)", q{
55 numeric a = norn.unid;