Fix make (rx regex) test

This commit is contained in:
Breno Silva 2013-07-16 13:25:47 -07:00
parent 3f080fa8ce
commit 8b6efc013d

View File

@ -55,8 +55,8 @@
{
type => "op",
name => "rx",
param => qr/^([^=])\s*=\s*((?:abc)+(?:def|ghi){2})$/i,
input => "x =AbCDeFgHi",
param => "(?i:(sleep\\((\\s*?)(\\d*?)(\\s*?)\\)|benchmark\\((.*?)\\,(.*?)\\)))",
input => "SELECT pg_sleep(10);",
ret => 1,
},