view tests/t27.good @ 139:6eaaa9c4e87f

Added tag release-0.3.1 for changeset 85b66cc0344e
author David A. Holland
date Tue, 09 Jul 2013 13:48:53 -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);
(,,)