Skip to content

Commit

Permalink
Merge pull request #991 from mathics/fix989
Browse files Browse the repository at this point in the history
Fix #989
  • Loading branch information
mmatera authored Oct 26, 2020
2 parents 6525df7 + ab74d89 commit edbf880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mathics/core/parser/tokeniser.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
('RuleDelayed', r' (\:\>)|\uF51F '),
('UndirectedEdge', r' (\<\-\>)|\u29DF '),
('ReplaceRepeated', r' \/\/\. '),
('ReplaceAll', r' \/\. '),
('ReplaceAll', r' (\/\.)(?=[^0-9]) '),

('Postfix', r' \/\/ '),

Expand Down

0 comments on commit edbf880

Please sign in to comment.