view tests/t27.good @ 206:9aa91d3fe3a3 release-0.5.3

release 0.5.3
author David A. Holland
date Mon, 21 Jan 2019 21:21:46 -0500
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);
(,,)