magic_test icon indicating copy to clipboard operation
magic_test copied to clipboard

Support ok on windows

Open joshleblanc opened this issue 2 years ago • 0 comments

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.

joshleblanc avatar Nov 01 '22 12:11 joshleblanc