From: Peter Rabbitson Date: Wed, 16 Jul 2014 10:00:47 +0000 (+0200) Subject: Fixup descriptions a bit X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c485118c5b7b7210931dd391ed65a28dc21012ef;hp=64d85e7fc4f29850c6e3cc649829b216aadd0752;p=scpubgit%2FQ-Branch.git Fixup descriptions a bit --- diff --git a/t/04modifiers.t b/t/04modifiers.t index 3504e6b..57519ee 100644 --- a/t/04modifiers.t +++ b/t/04modifiers.t @@ -21,10 +21,10 @@ Test -and -or and -nest modifiers, assuming the following: * Modifiers are respected in both hashrefs and arrayrefs (with the obvious limitation of one modifier type per hahsref) - * When in condition context i.e. where => { -or { a = 1 } }, each modifier + * When in condition context i.e. where => { -or => { a = 1 } }, each modifier affects only the immediate element following it. * When in column multi-condition context i.e. - where => { x => { '!=', [-and, [qw/1 2 3/]] } }, a modifier affects the + where => { x => { '!=', [-and => [qw/1 2 3/]] } }, a modifier affects the OUTER ARRAYREF if and only if it is the first element of said ARRAYREF =cut