Skip to content

Commit b2fa210

Browse files
committed
Add test of deeply nested prefix ranges
1 parent bd02f07 commit b2fa210

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_expr.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,7 @@ fn test_fixup() {
830830
quote! { (self.f)() },
831831
quote! { (return)..=return },
832832
quote! { 1 + (return)..=1 + return },
833+
quote! { .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. },
833834
] {
834835
let original: Expr = syn::parse2(tokens).unwrap();
835836

0 commit comments

Comments
 (0)