summaryrefslogtreecommitdiff
path: root/test/unclosed-strokes.c
Commit message (Collapse)AuthorAgeFilesLines
* test: Comma separate keywordsBryce W. Harrington2013-09-131-1/+1
| | | | | | | | | The parser accepts spaces as separtors between keywords, so this is nit picky. But only a minority of tests don't follow the comma convention, so change them to be consistent. Signed-off-by: Bryce Harrington <b.harrington@samsung.com> Signed-off-by: Uli Schlachter <psychon@znc.in>
* test: Add unclosed-strokesChris Wilson2011-08-071-0/+83
Checks that coincident end-points are not converted to joins. It briefly passed through my mind that was a good thing... Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>