You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So they test what they strongly appear to be intending to test: the
behavior of a UNC-style path `\\localhost`. They were instead
testing `\localhost` because `\\` in a non-raw string becomes a
single backslash.
Although the symbolic representations in the assertion messages
were clear enough to identify what the tests intended to test, this
also adjusts those slightly so they remain comparable to the
corresponding Windows tests whose assertion messages were recently
changed.
0 commit comments