> > ### Tag sub-directives > > > > The 'tag' directive supports two optional sub-directives, if they > > immediately > > follow the tag directive and if they begin with whitespace: > > > > tag Receipt > > check value =~ /pattern/ > > assert value != "foobar"
It appears that the check value pattern is limited to 256 characters. What would be the best way to compare against a long but finite list of acceptable values? Obviously /ONE|TWO|THREE.../ overflows. Thanks. ------------------------------------------------------------------ Russell Adams [email protected] PGP Key ID: 0x1160DCB3 http://www.adamsinfoserv.com/ Fingerprint: 1723 D8CA 4280 1EC9 557F 66E8 1154 E018 1160 DCB3
