Skip to content

Commit f9474df

Browse files
authored
[docs] Filter varying width Time column in doctest
1 parent 86bfa1d commit f9474df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/submodules/Bridges/implementation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ arguments: the type of the bridge, the input model as a string, and the output
6666
model as a string.
6767

6868
Here is an example:
69-
```jldoctest; filter=r"[0-9.]+s"
69+
```jldoctest; filter=[r"[0-9.]+s", r"\s+Time"]
7070
julia> MOI.Bridges.runtests(
7171
MOI.Bridges.Constraint.GreaterToLessBridge,
7272
"""
@@ -100,7 +100,7 @@ There are a number of other useful keyword arguments.
100100

101101
Here is an example:
102102

103-
```jldoctest; filter=r"[0-9.]+s"
103+
```jldoctest; filter=[r"[0-9.]+s", r"\s+Time"]
104104
julia> MOI.Bridges.runtests(
105105
MOI.Bridges.Constraint.GreaterToLessBridge,
106106
"""

0 commit comments

Comments
 (0)