Skip to content

Commit 6b7fa6f

Browse files
committed
Add terminfo test set
The terminfo files are taken from my local device, and the assertions are generated from the current terminfo implementation but have been partially manually checked for correctness. As such, this is mainly a barrier against potential implementation drift in the future, as unlikely as it may be.
1 parent 8c1ba25 commit 6b7fa6f

File tree

2 files changed

+912
-1
lines changed

2 files changed

+912
-1
lines changed

test/choosetests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const TESTNAMES = [
1919
"mpfr", "broadcast", "complex",
2020
"floatapprox", "stdlib", "reflection", "regex", "float16",
2121
"combinatorics", "sysinfo", "env", "rounding", "ranges", "mod2pi",
22-
"euler", "show", "client",
22+
"euler", "show", "client", "terminfo",
2323
"errorshow", "sets", "goto", "llvmcall", "llvmcall2", "ryu",
2424
"some", "meta", "stacktraces", "docs", "gc",
2525
"misc", "threads", "stress", "binaryplatforms", "atexit",

0 commit comments

Comments
 (0)