Skip to content

Commit

Permalink
fix test pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
wookay committed Jan 6, 2024
1 parent 5070776 commit c1c556c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/octo/pretty.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ nts = Vector{NamedTuple{(:a,),Tuple{Int}}}()
empty row."""

Pretty.set(false)
@test sprint(show, nts) in ("NamedTuple{(:a,), Tuple{Int64}}[]", "NamedTuple{(:a,),Tuple{Int64}}[]")
@test contains(sprint(show, nts), "NamedTuple{")
Pretty.set(true)

@test Pretty._regularize_text("가1", 1) == "."
Expand Down

0 comments on commit c1c556c

Please sign in to comment.