Skip to content

Commit

Permalink
missing paren
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Brown authored and olynch committed Sep 27, 2023
1 parent 39fe726 commit a1ed815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/syntax/Scopes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ xz_scope = Scope([bind_x, bind_z])
@test valtype(xz_scope) == String

c = ScopeList([xy_scope, xz_scope])
@test sprint(show, c)[1:2 == "[{"
@test sprint(show, c)[1:2] == "[{"

@test_throws ErrorException Scopes.flatten(c)

Expand Down

0 comments on commit a1ed815

Please sign in to comment.