-
Notifications
You must be signed in to change notification settings - Fork 29
escape sequences in regex #270
Copy link
Copy link
Open
Description
I was just battening down miniwdl's parsing of escape sequences in string literals, and got tripped up here:
Line 219 in c92755e
| String outputJson = basename(yaml, "\.ya?ml$") + ".json" |
Looking at the WDL spec on escape sequences, do you think there should be a double-backslash instead of single here? (Would that break it?)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels