Skip to content
Snippets Groups Projects
Commit 404ef64d authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added test for Array.diff().

Rev: src/testsuite.in:1.77
parent 54018475
Branches
Tags
No related merge requests found
test_true([["$Id: testsuite.in,v 1.76 1998/03/01 03:34:48 hubbe Exp $"]])
test_true([["$Id: testsuite.in,v 1.77 1998/03/13 21:44:26 grubba Exp $"]])
test_eq(1e1,10.0)
test_eq(1E1,10.0)
test_eq(1e+1,10.0)
......@@ -1656,6 +1656,9 @@ test_equal(Array.diff("qadfgoksdf
({ ({ "x" }), "adfgok"/"", ({}), ({ "" }), ({ "l" }),
"oje"/"", ({ "o" }), "rjgo"/"", ({ "y" }), "jgdgkm"/"",
"zzz"/"" }) }))
test_equal(Array.diff("123.org"/"","http://123.org/"/""),
({ ({ ({}), "123.org"/"", ({}) }),
({ "http://"/"", "123.org"/"", ({ "/" }) }) }))
// - equal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment