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 04c6b59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_errparse.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# and that iteration functions are still correctly ordered.

@testitem "invalid jl file parsing" begin
using CSTParser: to_codeobject
using Tokenize: tokenize

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

0 comments on commit 04c6b59

Please # to comment.