We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb16515 commit 2112257Copy full SHA for 2112257
test/utils.dart
@@ -176,7 +176,8 @@ Future<void> testBenchmarks({required bool useTallStyle}) async {
176
}
177
178
void _testFile(TestFile testFile, Iterable<StyleFix>? baseFixes) {
179
- var useTallStyle = testFile.path.startsWith('tall/');
+ var useTallStyle =
180
+ testFile.path.startsWith('tall/') || testFile.path.startsWith('tall\\');
181
182
group(testFile.path, () {
183
for (var formatTest in testFile.tests) {
0 commit comments