dart-lang / markdown

A Dart markdown library
https://pub.dev/packages/markdown
BSD 3-Clause "New" or "Revised" License
441 stars 201 forks source link

Remove lookarounds from autolink extension patterns #519

Closed chenzhiguang closed 1 year ago

chenzhiguang commented 1 year ago

Fix: https://github.com/dart-lang/markdown/issues/515

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 4186806802


Totals Coverage Status
Change from base Build 4179377546: 0.02%
Covered Lines: 1391
Relevant Lines: 1448

💛 - Coveralls
chenzhiguang commented 1 year ago

There might be some other places using RegExp lookarounds, and I will fix them if there are any.

kevmoo commented 1 year ago

dart test -p safari now passes with these changes! thanks!

chenzhiguang commented 1 year ago

Nice, thank you too!