mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 14:55:41 +02:00
Test case for 195246: Formatter problem with sizeof expression
This commit is contained in:
parent
c00f123a5f
commit
ad07d96464
1 changed files with 7 additions and 0 deletions
|
@ -133,5 +133,12 @@ public class CodeFormatterTest extends BaseUITestCase {
|
||||||
public void testSpaceBetweenTypeAndIdentifier_Bug194603() throws Exception {
|
public void testSpaceBetweenTypeAndIdentifier_Bug194603() throws Exception {
|
||||||
assertFormatterResult();
|
assertFormatterResult();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//int a = sizeof( int) ;
|
||||||
|
|
||||||
|
//int a = sizeof(int);
|
||||||
|
public void testSizeofExpression_Bug195246() throws Exception {
|
||||||
|
assertFormatterResult();
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue