Skip to content

Commit

Permalink
Unbust highlights in atom
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Feb 6, 2018
1 parent 501f51b commit b545dab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S06-operator-overloading/prefix.t
Expand Up @@ -42,6 +42,7 @@ plan 11;
{
sub prefix:["\c[MINUS-OR-PLUS SIGN]"] ($thing) { return "AROUND$thing"; };
is ∓ "fish", "AROUNDfish", 'prefix operator overloading for new operator (unicode, \c[MINUS-OR-PLUS SIGN])';
# " # https://github.com/perl6/atom-language-perl6/issues/81
}

{
Expand Down

0 comments on commit b545dab

Please sign in to comment.