Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kdheepak committed Oct 14, 2019
1 parent 7fbb639 commit 8ef5211
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ authors = ["Dheepak Krishnamurthy"]
version = "0.1.0"

[deps]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"

[compat]
julia = "1"
Expand Down
24 changes: 0 additions & 24 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,28 +26,4 @@ using Test
@test_throws FIGlet.FontNotFoundError FIGlet.readfont("wat")
@test_throws FIGlet.FontError FIGlet.readfont(joinpath(@__DIR__, "..", "README.md"))

@test FIGlet.smushem(FIGlet.readfont("standard"), ' ', ' ') == ' '
@test FIGlet.smushem(FIGlet.readfont("standard"), '_', ' ') == '_'
@test FIGlet.smushem(FIGlet.readfont("standard"), ' ', '_') == '_'

current = [
' ' ' ' '_' ' ' ' ' ' ' '_' ' '
' ' '|' ' ' '|' ' ' '|' ' ' '|'
' ' '|' ' ' '|' '_' '|' ' ' '|'
' ' '|' ' ' ' ' '_' ' ' ' ' '|'
' ' '|' '_' '|' ' ' '|' '_' '|'
' ' ' ' ' ' ' ' ' ' ' ' ' ' ' '
]

thechar = [
' ' ' ' '_' ' '
' ' '(' '_' ')'
' ' '|' ' ' '|'
' ' '|' ' ' '|'
' ' '|' '_' '|'
' ' ' ' ' ' ' '
]

fh = FIGlet.FIGletHeader('$', 6, 5, 16, 15, 13, 0, 24463, 229)

end

0 comments on commit 8ef5211

Please sign in to comment.