Skip to content

Commit

Permalink
Merge remote-tracking branch 'organization/development' into feature-…
Browse files Browse the repository at this point in the history
…HSSUSY-3L
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Jun 12, 2018
2 parents a825fe2 + 6ec2509 commit f8be558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/TextFormatting.m
Expand Up @@ -114,7 +114,7 @@
ProtectCTokens[line_String] :=
DeleteCases[StringSplit[
line,
s:RegularExpression["\".*?(?<!\\\\)\"|##|<:|:>|<%|%>|(%:){1,2}|[0-9]+\\.[0-9]*|\\.\\.\\.|::|\\.\\*|[-+*/%&|^]=|(<<|>>)=?|[=!<>]=|&&|\\|\\||\\+\\+|--|->\\*?"]
s:RegularExpression["\".*?(?<!\\\\)\"|##|<:|:>|<%|%>|(%:){1,2}|[0-9]+\\.[0-9]*|[[:alnum:]_]+|\\.\\.\\.|::|\\.\\*|[-+*/%&|^]=|(<<|>>)=?|[=!<>]=|&&|\\|\\||\\+\\+|--|->\\*?"]
:> Hold[s]], ""];

SplitLine[fstLen_Integer, strs_List] :=
Expand Down

0 comments on commit f8be558

Please sign in to comment.