Fix type printer test
Forgot to change the test string for commit
b5bc363916
This commit is contained in:
parent
b0213b7ebe
commit
a1b79f0bd2
|
@ -28,11 +28,23 @@
|
||||||
(string-append "(U Integer String)\n[can expand further: Integer]"
|
(string-append "(U Integer String)\n[can expand further: Integer]"
|
||||||
"(Foo -> Foo)\n[can expand further: Foo]"
|
"(Foo -> Foo)\n[can expand further: Foo]"
|
||||||
"(Number -> Integer)\n[can expand further: Integer Number]"
|
"(Number -> Integer)\n[can expand further: Integer Number]"
|
||||||
"((U String 0 1 Byte-Larger-Than-One Positive-Index-Not-Byte "
|
"((U String\n"
|
||||||
"Positive-Fixnum-Not-Index Negative-Fixnum "
|
" 0\n"
|
||||||
"Positive-Integer-Not-Fixnum Negative-Integer-Not-Fixnum) "
|
" 1\n"
|
||||||
"-> (U String 0 1 Byte-Larger-Than-One Positive-Index-Not-Byte "
|
" Byte-Larger-Than-One\n"
|
||||||
"Positive-Fixnum-Not-Index Negative-Fixnum "
|
" Positive-Index-Not-Byte\n"
|
||||||
"Positive-Integer-Not-Fixnum Negative-Integer-Not-Fixnum"
|
" Positive-Fixnum-Not-Index\n"
|
||||||
"))\n"))
|
" Negative-Fixnum\n"
|
||||||
|
" Positive-Integer-Not-Fixnum\n"
|
||||||
|
" Negative-Integer-Not-Fixnum)\n"
|
||||||
|
" ->\n"
|
||||||
|
" (U String\n"
|
||||||
|
" 0\n"
|
||||||
|
" 1\n"
|
||||||
|
" Byte-Larger-Than-One\n"
|
||||||
|
" Positive-Index-Not-Byte\n"
|
||||||
|
" Positive-Fixnum-Not-Index\n"
|
||||||
|
" Negative-Fixnum\n"
|
||||||
|
" Positive-Integer-Not-Fixnum\n"
|
||||||
|
" Negative-Integer-Not-Fixnum))\n"))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user