Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix spaco: $() is the same as $( ) is it not?
  • Loading branch information
lizmat committed Nov 7, 2013
1 parent d78543c commit c8bf154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S02-types/parcel.t
Expand Up @@ -11,7 +11,7 @@ is (5, 7, 8).Str, '5 7 8', '.Str on a Parcel';
# .perl
is ().perl, '()', '.perl on empty Parcel';
#?niecza todo '.item.perl on empty Parcel gives Match.ast shorthand'
is ().item.perl, '$( )', '.item.perl on empty Parcel';
is ().item.perl, '$()', '.item.perl on empty Parcel';

# L<S02/Quoting forms/Elsewhere it is equivalent to a parenthesized list of strings>

Expand Down

0 comments on commit c8bf154

Please sign in to comment.