Add rust test cases for bad indentation edge case
This commit is contained in:
parent
a7567d82c9
commit
26f4681c3b
|
@ -10,3 +10,6 @@ fn foo() -> i32 {%( )bar()
|
|||
|
||||
fn foo() -> i32 {
|
||||
bar()%( )}
|
||||
|
||||
fn foo() -> i32 {
|
||||
bar()%( )}
|
||||
|
|
|
@ -15,3 +15,7 @@ fn foo() -> i32 {
|
|||
fn foo() -> i32 {
|
||||
bar()
|
||||
}
|
||||
|
||||
fn foo() -> i32 {
|
||||
bar()
|
||||
}
|
||||
|
|
|
@ -11,6 +11,9 @@
|
|||
{
|
||||
bar()%( )}
|
||||
|
||||
{
|
||||
bar()%( )}
|
||||
|
||||
{(%( ))}
|
||||
|
||||
{(%( )
|
||||
|
@ -23,3 +26,6 @@
|
|||
|
||||
{(
|
||||
bar()%( ))}
|
||||
|
||||
{(
|
||||
bar()%( ))}
|
||||
|
|
|
@ -16,6 +16,10 @@
|
|||
bar()
|
||||
}
|
||||
|
||||
{
|
||||
bar()
|
||||
}
|
||||
|
||||
{(
|
||||
)}
|
||||
|
||||
|
@ -33,3 +37,7 @@
|
|||
{(
|
||||
bar()
|
||||
)}
|
||||
|
||||
{(
|
||||
bar()
|
||||
)}
|
||||
|
|
|
@ -10,3 +10,6 @@ if true {%( )bar()
|
|||
|
||||
if true {
|
||||
bar()%( )}
|
||||
|
||||
if true {
|
||||
bar()%( )}
|
||||
|
|
|
@ -15,3 +15,7 @@ if true {
|
|||
if true {
|
||||
bar()
|
||||
}
|
||||
|
||||
if true {
|
||||
bar()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user