summaryrefslogtreecommitdiff
path: root/gerber/tests/resources
AgeCommit message (Collapse)AuthorFilesLines
2016-11-05Finish Merge, most tests passingHamilton Kibbe1-1/+27
2016-07-24Add more tests for rendering to PNG. Start adding tests for rendering to ↵Garret Fick2-0/+29
Gerber format. Changed definition of no hole to use None instead of 0 so we can differentiate when writing to Gerber format. Makde polygon use hole diameter instead of hole radius to match other primitives
2016-07-24Add many render tests based on the Umaco gerger specification. Fix multiple ↵Garret Fick18-0/+331
rendering bugs, especially related to holes in flashed apertures
2016-07-17Create first test that renders and validates the the rendered PNG is correct.Garret Fick1-0/+19
2015-05-21Fix multiline read of mixed statements (%XXX*% followed by DNN*)Paulo Henrique Silva1-0/+9
We now check if there is a %XXX*% command inside the line before considering it a multiline statement.
2015-05-21Fix ADD statement parsing for concatened statements.Paulo Henrique Silva1-3458/+1
ADDxxx param statements were too greedy on the mofidiers and were matching more than it should in cases where there are no newlines after the statement like: '%ADD12C,0.305*%%LPD*%', in a single line. The '%' was not exluded form modifiers so it got confused with the %LPD*% concatened. top_copper.GTL example was changed to be in a single line now with no spaces at all and it works well.
2015-03-05Fix parsing for multiline ipc-d-356 recordsHamilton Kibbe1-0/+1
2015-02-20Add IPC-D-356 Netlist ParsingHamilton Kibbe1-0/+114
2015-02-09Tests and bugfixesHamilton Kibbe1-1/+1
2015-01-26Added some testsHamilton Kibbe1-0/+1
2014-10-19Test updateHamilton Kibbe8-0/+14156