Skip to content

Commit

Permalink
Fix bug in test item migration
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Jul 25, 2023
1 parent ad71187 commit e85ef58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_errparse.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# and that iteration functions are still correctly ordered.

@testitem "invalid jl file parsing" begin
using CSTParser: to_codeobject
using Tokenize: tokenize
import Tokenize.Tokens: untokenize

function trav(x, f=x -> nothing)
f(x)
for a in x
Expand Down

0 comments on commit e85ef58

Please # to comment.