Closed andrechalella closed 1 month ago
Markdown source strings that terminate with the following throw RangeError in lib/src/inline_syntaxes/link_syntax.dart:
RangeError
[](<
[](<>
[](www.example.com "
[](www.example.com "\
[][\
The problem is lack of EOF checking after several parser.advanceBy(1); lines in that file.
parser.advanceBy(1);
This is related to https://github.com/flutter/flutter/issues/155020.
Markdown source strings that terminate with the following throw
RangeError
in lib/src/inline_syntaxes/link_syntax.dart:[](<
[](<>
[](<
[](www.example.com "
[](www.example.com "\
[][\
The problem is lack of EOF checking after several
parser.advanceBy(1);
lines in that file.This is related to https://github.com/flutter/flutter/issues/155020.