We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac523a8 commit 125241fCopy full SHA for 125241f
test.cpp
@@ -428,6 +428,7 @@ static void combineOperators_floatliteral()
428
ASSERT_EQUALS("1p + 3", preprocess("1p+3"));
429
ASSERT_EQUALS("1.0_a . b", preprocess("1.0_a.b"));
430
ASSERT_EQUALS("1_a . b", preprocess("1_a.b"));
431
+ ASSERT_EQUALS("bool x = d != 0. and b ;", preprocess("bool x = d != 0. and b;"));
432
}
433
434
static void combineOperators_increment()
0 commit comments