test(#335): make the drift asset-version guard line-ending agnostic
The guard read pubspec.lock with a newline-sensitive regex, so it passed on LF (CI) and failed on CRLF (Windows) for the same, correct assets. A guard that is itself platform-fragile is worse than none. Normalise CRLF->LF before matching. Surfaced by the 290+306+335 integration merge, where the lockfile came through with CRLF endings.integration/290-306-335
parent
4cf2c632df
commit
06d3f027dd
Loading…
Reference in new issue