summaryrefslogtreecommitdiff
path: root/gerber/tests/resources
AgeCommit message (Collapse)AuthorFilesLines
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