Skip to content

Commit edbf880

Browse files
authored
Merge pull request #991 from mathics/fix989
Fix #989
2 parents 6525df7 + ab74d89 commit edbf880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mathics/core/parser/tokeniser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
('RuleDelayed', r' (\:\>)|\uF51F '),
123123
('UndirectedEdge', r' (\<\-\>)|\u29DF '),
124124
('ReplaceRepeated', r' \/\/\. '),
125-
('ReplaceAll', r' \/\. '),
125+
('ReplaceAll', r' (\/\.)(?=[^0-9]) '),
126126

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

0 commit comments

Comments
 (0)