X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F04modifiers.t;fp=t%2F04modifiers.t;h=e3db3d7939b48d0524474436daec97459baa5ffe;hb=c592e25106482b708c3c105b95bfe2461f0f0fcd;hp=b0735324cda58dfac5a4f7f552644aea2e7062fd;hpb=3a8b7db02691ad2fdce34b5acae819390b15b240;p=dbsrgits%2FSQL-Abstract.git diff --git a/t/04modifiers.t b/t/04modifiers.t index b073532..e3db3d7 100644 --- a/t/04modifiers.t +++ b/t/04modifiers.t @@ -366,7 +366,7 @@ my @nest_tests = ( }, { where => [a => 1, -nest => {b => 2, c => 3}, -nest => [d => 4, e => 5]], - stmt => 'WHERE ( a = ? OR ( b = ? AND c = ? ) OR ( d = ? OR e = ? ) )', + stmt => 'WHERE ( ( a = ? OR ( b = ? AND c = ? ) OR ( d = ? OR e = ? ) ) )', bind => [qw/1 2 3 4 5/], }, );