--space-terminal-semicolon
--break-at-old-method-breakpoints
+==> b1476.in <==
+ $apply->configure(
+ -command => sub
+ {
+ get_button_values_from_panel();
+ execute_decors(0);
+ set_unsaved();
+ }
+ );
+
+ $apply->configure(
+ -command => sub
+ {
+ get_button_values_from_panel();
+ execute_decors(0);
+ set_unsaved();
+ },
+ );
+
+==> b1476.par <==
+--add-trailing-commas
+--want-trailing-commas='h'
+--delete-trailing-commas
+
==> b148.in <==
# state 1
@yydgoto=(
->$blah{ say "ok 5" ; } ) ;
+==> b1476 <==
+ $apply->configure(
+ -command => sub {
+ get_button_values_from_panel();
+ execute_decors(0);
+ set_unsaved();
+ },
+ );
+
+ $apply->configure(
+ -command => sub {
+ get_button_values_from_panel();
+ execute_decors(0);
+ set_unsaved();
+ },
+ );
+
==> b148 <==
# state 1
@yydgoto=(
# - an isolated fat comma is a match for type 'h'
|| ( $fat_comma_count == 1
&& $new_comma_count == 1
- && $if_add
+ ## && $if_add ## removed to fix b1476
&& $trailing_comma_style eq 'h' )
)
)