diff --git a/tests/test_expr.rs b/tests/test_expr.rs index d5b4232538..0943c44869 100644 --- a/tests/test_expr.rs +++ b/tests/test_expr.rs @@ -830,6 +830,7 @@ fn test_fixup() { quote! { (self.f)() }, quote! { (return)..=return }, quote! { 1 + (return)..=1 + return }, + quote! { .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. }, ] { let original: Expr = syn::parse2(tokens).unwrap();