Skip to content

Commit

Permalink
Enable a doctest in base/regex.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenpi committed May 25, 2017
1 parent fa1c35f commit 92ec724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/regex.jl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ after the ending quote, to change its behaviour:
For example, this regex has all three flags enabled:
```julia-repl
```jldoctest
julia> match(r"a+.*b+.*?d\$"ism, "Goodbye,\\nOh, angry,\\nBad world\\n")
RegexMatch("angry,\\nBad world")
```
Expand Down

0 comments on commit 92ec724

Please sign in to comment.