X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=t%2Fsnippets3.t;h=9d8bf290a1ef98e54bfd08807c3d46d42c451bed;hb=7f27e55dce5925b2bbe8fcfca64f385e917a52be;hp=aa37aef90991a12ec374f68fbbd6f3bf42169ee0;hpb=657098da8da16dccd551721ffc180956d8aab7fc;p=perltidy.git diff --git a/t/snippets3.t b/t/snippets3.t index aa37aef..9d8bf29 100644 --- a/t/snippets3.t +++ b/t/snippets3.t @@ -794,10 +794,10 @@ $_, $val given ( [ 9, "a", 11 ] ) { when (qr/\d/) { given ($count) { - when (1) { ok( $count == 1 ) } - else { ok( $count != 1 ) } + when (1) { ok( $count == 1 ) } + else { ok( $count != 1 ) } when ( [ 5, 6 ] ) { ok(0) } - else { ok(1) } + else { ok(1) } } } ok(1) when 11;