Skip to content

Commit 44a82d9

Browse files
Update testtokenize.cpp
1 parent 0a509b1 commit 44a82d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/testtokenize.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6633,6 +6633,7 @@ class TestTokenizer : public TestFixture {
66336633
ASSERT_EQUALS("double&(4[", testAst("void f(double(&)[4]) {}"));
66346634
ASSERT_EQUALS("voidu*", testAst("int* g ( void* (f) (void*), void* u);")); // #12475
66356635
ASSERT_EQUALS("f::(", testAst("::f();")); // #12544
6636+
ASSERT_EQUALS("(( (, f ({ (= (. c x) 0))))", testAst("f(c, { .x = 0 });", AstStyle::Z3)); // #12806
66366637
}
66376638

66386639
void asttemplate() { // uninstantiated templates will have <,>,etc..

0 commit comments

Comments
 (0)