Skip to content
Snippets Groups Projects
Commit 94eca5d1 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

one more test...

Rev: src/testsuite.in:1.79
parent 9865d551
No related branches found
No related tags found
No related merge requests found
test_true([["$Id: testsuite.in,v 1.78 1998/03/20 22:38:42 hubbe Exp $"]]) test_true([["$Id: testsuite.in,v 1.79 1998/03/22 06:22:28 hubbe Exp $"]])
test_eq(1e1,10.0) test_eq(1e1,10.0)
test_eq(1E1,10.0) test_eq(1E1,10.0)
test_eq(1e+1,10.0) test_eq(1e+1,10.0)
...@@ -6,6 +6,7 @@ test_eq(1.1e1,11.0) ...@@ -6,6 +6,7 @@ test_eq(1.1e1,11.0)
test_eq(1e-1,0.1) test_eq(1e-1,0.1)
test_eq('\x20',32) test_eq('\x20',32)
test_eq("\x20","\040") test_eq("\x20","\040")
test_eq('',""[0])
test_true([[1.0e-40]]) test_true([[1.0e-40]])
test_eq([[#"foo test_eq([[#"foo
bar"]],[["foo\nbar"]]) bar"]],[["foo\nbar"]])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment