pike.git
/
src
/
testsuite.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/testsuite.in:10968:
mkmapping(indices(A), annotations(A, 1)), mkmapping(indices(a), annotations(a)), mkmapping(indices(a), annotations(a, 1)), mkmapping(indices(B), annotations(B)), mkmapping(indices(B), annotations(B, 1)), mkmapping(indices(b), annotations(b)), mkmapping(indices(b), annotations(b, 1)), }); ]], [[ ({
-
([ "foo": (
{
"constant_foo"
}
), ]),
-
([ "foo": (
{
"class_A", "constant_foo"
}
), ]),
-
([ "foo": (
{
"constant_foo"
}
),
-
"bar": (
{
"function_bar"
}
),
-
"baz": (
{
"variable_baz"
}
),
+
([ "foo": (
<
"constant_foo"
>
), ]),
+
([ "foo": (
<
"class_A", "constant_foo"
>
), ]),
+
([ "foo": (
<
"constant_foo"
>
),
+
"bar": (
<
"function_bar"
>
),
+
"baz": (
<
"variable_baz"
>
),
"a_none": 0,
-
"b_none": (
{
"variable_b_none"
}
),
+
"b_none": (
<
"variable_b_none"
>
),
]),
-
([ "foo": (
{
"class_A", "constant_foo"
}
),
-
"bar": (
{
"class_A", "function_bar"
}
),
-
"baz": (
{
"class_A", "variable_baz"
}
),
-
"a_none": (
{
"class_A"
}
),
-
"b_none": (
{
"class_A", "variable_b_none"
}
),
+
([ "foo": (
<
"class_A", "constant_foo"
>
),
+
"bar": (
<
"class_A", "function_bar"
>
),
+
"baz": (
<
"class_A", "variable_baz"
>
),
+
"a_none": (
<
"class_A"
>
),
+
"b_none": (
<
"class_A", "variable_b_none"
>
),
]),
-
([ "foo": (
{
"constant_foo"
}
), ]),
-
([ "foo": (
{
"class_B", "class_A", "inherit_A", "constant_foo"
}
), ]),
-
([ "foo": (
{
"constant_foo"
}
),
-
"bar": (
{
"function_bar"
}
),
-
"baz": (
{
"variable_baz"
}
),
-
"buz": (
{
"variable_buz"
}
),
-
"a_none": (
{
"variable_a_none"
}
),
+
([ "foo": (
<
"constant_foo"
>
), ]),
+
([ "foo": (
<
"class_B", "class_A", "inherit_A", "constant_foo"
>
), ]),
+
([ "foo": (
<
"constant_foo"
>
),
+
"bar": (
<
"function_bar"
>
),
+
"baz": (
<
"variable_baz"
>
),
+
"buz": (
<
"variable_buz"
>
),
+
"a_none": (
<
"variable_a_none"
>
),
"b_none": 0, ]),
-
([ "foo": (
{
"class_B", "class_A", "inherit_A", "constant_foo"
}
),
-
"bar": (
{
"class_B", "class_A", "inherit_A", "function_bar"
}
),
-
"baz": (
{
"class_B", "class_A", "inherit_A", "variable_baz"
}
),
-
"buz": (
{
"class_B", "variable_buz"
}
),
-
"a_none": (
{
"class_B", "variable_a_none"
}
),
-
"b_none": (
{
"class_B"
}
),
+
([ "foo": (
<
"class_B", "class_A", "inherit_A", "constant_foo"
>
),
+
"bar": (
<
"class_B", "class_A", "inherit_A", "function_bar"
>
),
+
"baz": (
<
"class_B", "class_A", "inherit_A", "variable_baz"
>
),
+
"buz": (
<
"class_B", "variable_buz"
>
),
+
"a_none": (
<
"class_B", "variable_a_none"
>
),
+
"b_none": (
<
"class_B"
>
),
]), }) ]]) // foop define(do_test_foop,[[ test_eq($1 (17), !($2)) test_eq($1 (1.7), !($2-1)) test_eq($1 ("17"), !($2-2)) test_eq($1 (this), !($2-3))