dart-lang / dart_style

An opinionated formatter/linter for Dart code
https://pub.dev/packages/dart_style
BSD 3-Clause "New" or "Revised" License
649 stars 120 forks source link

Fix test that fails on Windows. #1560

Closed munificent closed 2 months ago

munificent commented 2 months ago

I guess Dart on Windows uses / as a path separator in stack traces?

I'm not sure if it's safe to rely on that, so just tweaking the expectation to not care about the separator at all.