diff options
author | Paulo Henrique Silva <ph.silva@gmail.com> | 2015-05-21 15:54:32 -0300 |
---|---|---|
committer | Paulo Henrique Silva <ph.silva@gmail.com> | 2015-05-21 15:54:32 -0300 |
commit | 2fe5f36db233e6c45e0d6b2443b025baf173211e (patch) | |
tree | d946a676020a7cd31a2e641c03b430a0959ac9f5 /doc | |
parent | d3b19efb484941f9726b1ae805c8d39e767bbe15 (diff) | |
download | gerbonara-2fe5f36db233e6c45e0d6b2443b025baf173211e.tar.gz gerbonara-2fe5f36db233e6c45e0d6b2443b025baf173211e.tar.bz2 gerbonara-2fe5f36db233e6c45e0d6b2443b025baf173211e.zip |
Fix ADD statement parsing for concatened statements.
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.
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions