@@ -82,9 +82,14 @@ class CompilationTests {
82
82
compileFile(" tests/rewrites/rewrites3x.scala" , defaultOptions.and(" -rewrite" , " -source" , " future-migration" )),
83
83
compileFile(" tests/rewrites/filtering-fors.scala" , defaultOptions.and(" -rewrite" , " -source" , " 3.2-migration" )),
84
84
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),
88
93
compileFile(" tests/rewrites/i12340.scala" , unindentOptions.and(" -rewrite" )),
89
94
compileFile(" tests/rewrites/i17187.scala" , unindentOptions.and(" -rewrite" )),
90
95
compileFile(" tests/rewrites/i17399.scala" , unindentOptions.and(" -rewrite" )),
0 commit comments