Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
66
Star
137
Fork
45
broadinstitute
/
wdl
Code
Issues
27
Pull requests
4
Projects
0
Insights
Pulse
Graphs
Permalink
Browse files
Fixing minor grammar bug
Loading branch information
...
1 parent
a2a98df
commit
b378b6ba5e01c9be4abece683b6215d588f51f4f
scottfrazer
committed
Nov 24, 2015
Unified
Split
Showing
1 changed file
with
1 addition
and
1 deletion
.
+1
−1
grammar.hgr
Show comments
View
2
grammar.hgr
@@ -217,7 +217,7 @@ grammar {
for regex, c in ctx.user_context['replacements'].items():
source_string = regex.sub(chr(c), source_string)
- source_string = source_string.replace("\
u005C\u005C
", "\
u005C
")
+ source_string = source_string.replace("\
\\\
", "\
\
")
for regex, base in ctx.user_context['escapes'].items():
for escape_sequence, number in regex.findall(source_string):
Toggle all file notes
0 comments on commit
b378b6b
Please
sign in
to comment.
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
b378b6b