view tests/t27.good @ 132:de48a105d106

hook in new tests
author David A. Holland
date Sun, 16 Jun 2013 22:08:17 -0400
parents 4f493fb35821
children
line wrap: on
line source

1.
;
2.
(a, );
(, b);
( , );
(a,);
(,b);
(,);
3.
(a, b, );
(a, , c);
(, , c);
(a, , );
(, b, );
(, , c);
(, , )
(a,b,);
(a,,c);
(,,c);
(a,,);
(,b,);
(,,c);
(,,)