| commit | 4ab721f7d6c30de630742c1a89c57d69304e3318 | [log] [tgz] |
|---|---|---|
| author | Nate Bosch <nbosch1@gmail.com> | Thu Apr 30 09:09:45 2020 -0700 |
| committer | GitHub <noreply@github.com> | Thu Apr 30 09:09:45 2020 -0700 |
| tree | 5c816aeb9f5bde97e84e3a708dec23d4bc5652c0 | |
| parent | 231a6b4a8e956d2f317229ced3715f1fb4c44bcb [diff] |
Fix parsing for URIs with a : in the authority (dart-lang/stack_trace#69) Add a `$` to enforce that the `:(\d+)` is at the end of the String. The previous regex could pick up too little - we end up with `http://localhost` as the URI and the port as the line. Switch from `pub.dartlang.org` to `example.com` to avoid references to legacy URLs.