After further testing, I can't seem to get the word 'my' to work in any match statement at all.
: match "test my" {
: print "Testing, testing." ;
: done ;
}
: match "test your" {
: print "Testing, testing, testing." ;
: done ;
}
TEST YOUR works fine. TEST MY comes up with 'You can't do that.'