summaryrefslogtreecommitdiff
path: root/gerber/tests/resources/top_copper.GTL
AgeCommit message (Collapse)AuthorFilesLines
2016-11-05Finish Merge, most tests passingHamilton Kibbe1-1/+27
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-02-09Tests and bugfixesHamilton Kibbe1-1/+1
2015-01-26Added some testsHamilton Kibbe1-0/+1
2014-10-19Test updateHamilton Kibbe1-0/+3457