summaryrefslogtreecommitdiff
path: root/test/caps-joins-curve.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] Exercise caps and joins under reflection.Chris Wilson2008-11-291-0/+111
The nature of the joins depends critically upon whether the joint is clockwise or counter-clockwise, so extend the basic caps-joins test to exercise both conditions i.e. repeat the test under a reflection.