X-Git-Url: https://git.donarmstrong.com/?p=perltidy.git;a=blobdiff_plain;f=t%2Fsnippets18.t;fp=t%2Fsnippets18.t;h=2dec3547ce344baf570d0c6004e5a76eda4bc69d;hp=67ca2647ab45b9fc710d1843759491ded97a8272;hb=880633cc084e9d787eb9f760d3851c5d660db17c;hpb=57d829ae0e2c75828f8ecc9c7139579350927dbc diff --git a/t/snippets18.t b/t/snippets18.t index 67ca264..2dec354 100644 --- a/t/snippets18.t +++ b/t/snippets18.t @@ -609,8 +609,7 @@ Mojo::IOLoop->next_tick( ); $r = do - { sswitch( $words[ rand @words ] ) - { + { sswitch( $words[ rand @words ] ) { case $words[0]: case $words[1]: case $words[2]: @@ -619,12 +618,10 @@ $r = do } }; -try -{ +try { die; } -catch -{ +catch { die; }; #7...........