pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-12-01
1998-12-01 15:23:29 by Martin Stjernholm <mast@lysator.liu.se>
780fe2466a3c702153c053e0710620651c19f37a (
7
lines) (+
6
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
One more diff3 test.
Rev: src/testsuite.in:1.135
1:
-
stest_true([["$Id: testsuite.in,v 1.
134
1998/
11
/
30
09
:
31
:
04
mast Exp $"]])
+
stest_true([["$Id: testsuite.in,v 1.
135
1998/
12
/
01
15
:
23
:
29
mast Exp $"]])
cond([[all_constants()->_verify_internals]], [[ test_do(_verify_internals())
2288:
({({({"a"}),({"b"}),({ }),({ })}), ({({ }),({"b"}),({"c"}),({ })}), ({({ }),({ }),({"c"}),({"a"})})}))
+
test_equal(Array.diff3(({"a","b"}),({"b"}),({"c","b"})),
+
({({({"a"}),({"b"})}),
+
({({ }),({"b"})}),
+
({({"c"}),({"b"})})}))
test_equal(Array.diff3(({"a","b","c","d"}),({"x","x","x","d"}),({"a","y","y","y"})), ({({({"a"}),({"b","c" }),({"d"})}), ({({ }),({"x","x","x"}),({"d"})}),