Skip to content

Commit c494662

Browse files
committed
Enable a doctest in base/regex.jl
1 parent 5bfdbe6 commit c494662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/regex.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ after the ending quote, to change its behaviour:
7575
7676
For example, this regex has all three flags enabled:
7777
78-
```julia-repl
78+
```jldoctest
7979
julia> match(r"a+.*b+.*?d\$"ism, "Goodbye,\\nOh, angry,\\nBad world\\n")
8080
RegexMatch("angry,\\nBad world")
8181
```

0 commit comments

Comments
 (0)