Closed shevek closed 9 years ago
Hi Shevek,
In pop_source() you have:
return line_token(t.getLine() + 1, t.getName(), "2");
It seems like there should be no "+ 1" there since it creates line number mismatch.
Thanks, Igor
Needs proper test case.
Hi Shevek,
In pop_source() you have:
return line_token(t.getLine() + 1, t.getName(), "2");
It seems like there should be no "+ 1" there since it creates line number mismatch.
Thanks, Igor