bullet-train-co / magic_test

MIT License
440 stars 23 forks source link

Support ok on windows #69

Open joshleblanc opened 1 year ago

joshleblanc commented 1 year ago

Absolute paths in windows include the drive letter, (C:\foo\bar), which adds another colon in the path.

Caller always returns the calls in the format of path:line number:, so we can safely match those directly with regex and return them, regardless of platform.