t/30filter-cmd.t: escape { in regexp, fix bug #34
This commit is contained in:
parent
1edb29adcc
commit
21b56bf6c5
|
|
@ -131,7 +131,7 @@ ok($ack, qr/^SERVER>[^,]+,TCPIP\*,qAZ,TESTING::N5CAL-2 :ackbx$/);
|
||||||
$reply = $i_rx->getline_noncomment(2);
|
$reply = $i_rx->getline_noncomment(2);
|
||||||
#warn "received reply: $reply\n";
|
#warn "received reply: $reply\n";
|
||||||
# SERVER>APJS40,TCPIP*,qAZ,TESTING::N5CAL-2 :filter b/OZ*/ZZ* active{839
|
# SERVER>APJS40,TCPIP*,qAZ,TESTING::N5CAL-2 :filter b/OZ*/ZZ* active{839
|
||||||
ok($reply, qr/^SERVER>[^,]+,TCPIP\*,qAZ,TESTING::N5CAL-2 :filter.*active{.*$/);
|
ok($reply, qr/^SERVER>[^,]+,TCPIP\*,qAZ,TESTING::N5CAL-2 :filter.*active\{.*$/);
|
||||||
|
|
||||||
|
|
||||||
# disconnect
|
# disconnect
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue