Run astyle.
This commit is contained in:
parent
4b08b13845
commit
4d239d0bf7
|
@ -601,7 +601,7 @@ private:
|
||||||
void tokenize19() {
|
void tokenize19() {
|
||||||
// #3006 - added hasComplicatedSyntaxErrorsInTemplates to avoid segmentation fault
|
// #3006 - added hasComplicatedSyntaxErrorsInTemplates to avoid segmentation fault
|
||||||
tokenizeAndStringify("x < () <");
|
tokenizeAndStringify("x < () <");
|
||||||
|
|
||||||
// #3496 - make sure hasComplicatedSyntaxErrorsInTemplates works
|
// #3496 - make sure hasComplicatedSyntaxErrorsInTemplates works
|
||||||
ASSERT_EQUALS("void a ( Fred * f ) { for ( ; n < f . x ( ) ; ) { } }",
|
ASSERT_EQUALS("void a ( Fred * f ) { for ( ; n < f . x ( ) ; ) { } }",
|
||||||
tokenizeAndStringify("void a(Fred* f) MACRO { for (;n < f->x();) {} }"));
|
tokenizeAndStringify("void a(Fred* f) MACRO { for (;n < f->x();) {} }"));
|
||||||
|
|
Loading…
Reference in New Issue