Bug #1854

CParser::NoSkipComments()

Added by Abdelghani Omari about 6 years ago. Updated almost 6 years ago.

Status:ApprovedStart date:03/07/2018
Priority:NormalDue date:
Assignee:Miroslav Fidler% Done:

0%

Category:CoreSpent 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 6 years ago

  • Target version set to Release 2018.1

#2 Updated by Abdelghani Omari about 6 years ago

  • Description updated (diff)

#3 Updated by Zbigniew Rebacz about 6 years ago

  • Target version changed from Release 2018.1 to Release 2019.1

#4 Updated by Abdelghani Omari almost 6 years ago

  • Status changed from New to Approved

Also available in: Atom PDF