From: Steve Hancock Date: Mon, 21 Jan 2019 15:50:09 +0000 (-0800) Subject: minor change to test snippet X-Git-Tag: 20190601~18 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a568ed2555bb83f7d33b017732132d0726ff351f;p=perltidy.git minor change to test snippet --- diff --git a/t/snippets/expect/ternary3.def b/t/snippets/expect/ternary3.def index cb14f900..4cf6eb41 100644 --- a/t/snippets/expect/ternary3.def +++ b/t/snippets/expect/ternary3.def @@ -5,4 +5,3 @@ push( : (@isnum) ? 'n' : 'l' ) unless $opt_a; - diff --git a/t/snippets/packing_list.txt b/t/snippets/packing_list.txt index bdf78607..4a4fc6e8 100644 --- a/t/snippets/packing_list.txt +++ b/t/snippets/packing_list.txt @@ -116,6 +116,9 @@ ../snippets14.t kgbd.def ../snippets14.t kgbd.kgbd ../snippets14.t kgb_tight.def +../snippets14.t gnu5.def +../snippets15.t gnu5.gnu +../snippets15.t wngnu1.def ../snippets2.t angle.def ../snippets2.t arrows1.def ../snippets2.t arrows2.def @@ -276,6 +279,3 @@ ../snippets9.t rt98902.def ../snippets9.t rt98902.rt98902 ../snippets9.t rt99961.def -../snippets14.t gnu5.def -../snippets15.t gnu5.gnu -../snippets15.t wngnu1.def diff --git a/t/snippets/ternary3.in b/t/snippets/ternary3.in index eab857f0..bfd5aa16 100644 --- a/t/snippets/ternary3.in +++ b/t/snippets/ternary3.in @@ -4,4 +4,3 @@ push( @aligns, : (@isnum) ? 'n' : 'l' ) unless $opt_a; - diff --git a/t/snippets14.t b/t/snippets14.t index 85d33515..72126a68 100644 --- a/t/snippets14.t +++ b/t/snippets14.t @@ -392,7 +392,6 @@ push( @aligns, : (@isnum) ? 'n' : 'l' ) unless $opt_a; - ---------- }; @@ -433,7 +432,6 @@ push( : (@isnum) ? 'n' : 'l' ) unless $opt_a; - #3........... },