Subscriber services
msg subDb.create (name="Jane", address ="12 Penny Lane, Middlewhere"...)
expect:: (subId ~= "sub[0-9]*")
/$msg subDb.load(subId) /$expect (sub.name=="Jane") /$expect (sub.address!="x")
You need to log in to post a comment!