Login
7 branches 0 tags
Ben (X13/Arch) Moved image and bmp routines into a module dd4fd03 3 years ago 746 Commits
nujel / testsuite / type-errors.nuj
[test/add :type-error [try car [abs]]]
[test/add :type-error [try car [sqrt]]]
[test/add :type-error [try car [cbrt]]]
[test/add :type-error [try car [floor]]]
[test/add :type-error [try car [ceil]]]
[test/add :type-error [try car [round]]]
[test/add :type-error [try car [sin]]]
[test/add :type-error [try car [cos]]]
[test/add :type-error [try car [tan]]]
[test/add :type-error [try car [atan2]]]
[test/add :type-error [try car [atan2 1.0]]]
[test/add :type-error [try car [atan2 1.0 "1.0"]]]