I’m writing a function that converts WebExtension match-patterns into regular expressions. For the unit tests I took the example from the <a href=https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns">MDN documentation.
The very last example says that “file:///blah/*” should match “file://blah/bleh” (notice: two slashes).
Is this correct, or is it a typo in the documentation?