loosen passing predicate for number snip test

This commit is contained in:
Robby Findler 2016-04-15 18:11:29 -05:00
parent ca2deebe47
commit fdd52ef965

View File

@ -3,7 +3,7 @@
(test
'number-snip-convert-text
(λ (x) (equal? "1/2" x))
(λ (x) (or (equal? "1/2" x) (equal? "0.5" x)))
(lambda ()
(queue-sexp-to-mred
`((dynamic-require 'file/convertible 'convert)