Skip to content

Commit

Permalink
test: fix doctestapi tests (#2230)
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenpi authored Aug 22, 2023
1 parent 2a631e4 commit 3d9bc81
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/doctests/doctestapi.jl
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,6 @@ ERROR: ParseError:
# Error @ none:1:1
1.2.3
└──┘ ── invalid numeric constant
# Error @ none:1:5
1.2.3
# ╙ ── extra tokens after end of expression
Stacktrace:
[...]
```
```jldoctest
Expand All @@ -174,10 +170,6 @@ ERROR: ParseError:
# Error @ none:1:9
println(9.8.7)
# └──┘ ── invalid numeric constant
# Error @ none:1:13
println(9.8.7)
# ╙ ── Expected `)`
Stacktrace:
[...]
```
```jldoctest
Expand Down

0 comments on commit 3d9bc81

Please sign in to comment.