Skip to content

Commit 125241f

Browse files
Update test.cpp
1 parent ac523a8 commit 125241f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,7 @@ static void combineOperators_floatliteral()
428428
ASSERT_EQUALS("1p + 3", preprocess("1p+3"));
429429
ASSERT_EQUALS("1.0_a . b", preprocess("1.0_a.b"));
430430
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;"));
431432
}
432433

433434
static void combineOperators_increment()

0 commit comments

Comments
 (0)