Add c-family test cases for bad indentation edge case
This commit is contained in:
parent
565e3bef1d
commit
2e6e507d42
|
@ -10,3 +10,6 @@ void foo(void) {%( )bar()
|
||||||
|
|
||||||
void foo(void) {
|
void foo(void) {
|
||||||
bar()%( )}
|
bar()%( )}
|
||||||
|
|
||||||
|
void foo(void) {
|
||||||
|
bar()%( )}
|
||||||
|
|
|
@ -15,3 +15,7 @@ void foo(void) {
|
||||||
void foo(void) {
|
void foo(void) {
|
||||||
bar()
|
bar()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void foo(void) {
|
||||||
|
bar()
|
||||||
|
}
|
||||||
|
|
|
@ -23,3 +23,9 @@
|
||||||
|
|
||||||
{(
|
{(
|
||||||
bar()%( ))}
|
bar()%( ))}
|
||||||
|
|
||||||
|
{
|
||||||
|
bar()%( )}
|
||||||
|
|
||||||
|
{(
|
||||||
|
bar()%( ))}
|
||||||
|
|
|
@ -33,3 +33,11 @@
|
||||||
{(
|
{(
|
||||||
bar()
|
bar()
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
{
|
||||||
|
bar()
|
||||||
|
}
|
||||||
|
|
||||||
|
{(
|
||||||
|
bar()
|
||||||
|
)}
|
||||||
|
|
|
@ -10,3 +10,6 @@ if (1) {%( )bar()
|
||||||
|
|
||||||
if (1) {
|
if (1) {
|
||||||
bar()%( )}
|
bar()%( )}
|
||||||
|
|
||||||
|
if (1) {
|
||||||
|
bar()%( )}
|
||||||
|
|
|
@ -15,3 +15,7 @@ if (1) {
|
||||||
if (1) {
|
if (1) {
|
||||||
bar()
|
bar()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (1) {
|
||||||
|
bar()
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user