Bug #1854
CParser::NoSkipComments()
Status: | Approved | Start date: | 03/07/2018 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Miroslav Fidler | % Done: | 0% | |
Category: | Core | Spent time: | - | |
Target version: | Release 2019.1 |
Description
a probleme occure when CParser::NoSkipComments() is called before term initialisation.
here a test case:
void TestCParser() { String tpl = " same text "; CParser p; p.NoSkipComments(); p.Set(tpl); }
NoSkipComments() calls SkipComment(false). IMO it shouldn't.
History
#1 Updated by Abdelghani Omari about 7 years ago
- Target version set to Release 2018.1
#2 Updated by Abdelghani Omari about 7 years ago
- Description updated (diff)
#3 Updated by Zbigniew Rebacz about 7 years ago
- Target version changed from Release 2018.1 to Release 2019.1
#4 Updated by Abdelghani Omari about 7 years ago
- Status changed from New to Approved