@@ -82,9 +82,14 @@ class CompilationTests {
8282 compileFile(" tests/rewrites/rewrites3x.scala" , defaultOptions.and(" -rewrite" , " -source" , " future-migration" )),
8383 compileFile(" tests/rewrites/filtering-fors.scala" , defaultOptions.and(" -rewrite" , " -source" , " 3.2-migration" )),
8484 compileFile(" tests/rewrites/refutable-pattern-bindings.scala" , defaultOptions.and(" -rewrite" , " -source" , " 3.2-migration" )),
85- compileFile(" tests/rewrites/i8982.scala" , defaultOptions.and(" -indent" , " -rewrite" )),
86- compileFile(" tests/rewrites/i9632.scala" , defaultOptions.and(" -indent" , " -rewrite" )),
87- compileFile(" tests/rewrites/i11895.scala" , defaultOptions.and(" -indent" , " -rewrite" )),
85+ compileFile(" tests/rewrites/i8982.scala" , indentRewrite),
86+ compileFile(" tests/rewrites/i9632.scala" , indentRewrite),
87+ compileFile(" tests/rewrites/i11895.scala" , indentRewrite),
88+ compileFile(" tests/rewrites/indent-rewrite.scala" , indentRewrite),
89+ compileFile(" tests/rewrites/indent-comments.scala" , indentRewrite),
90+ compileFile(" tests/rewrites/indent-mix-tab-space.scala" , indentRewrite),
91+ compileFile(" tests/rewrites/indent-3-spaces.scala" , indentRewrite),
92+ compileFile(" tests/rewrites/indent-mix-brace.scala" , indentRewrite),
8893 compileFile(" tests/rewrites/i12340.scala" , unindentOptions.and(" -rewrite" )),
8994 compileFile(" tests/rewrites/i17187.scala" , unindentOptions.and(" -rewrite" )),
9095 compileFile(" tests/rewrites/i17399.scala" , unindentOptions.and(" -rewrite" )),
0 commit comments