We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
version: 1.8.2 (latest)
SourceFile.fromString('abc\r\n\r\ndef').span(2, 6).highlight() Invalid argument(s): The context line "abc " must contain "c ". #0 new SourceSpanWithContext (package:source_span/src/span_with_context.dart:28:7) #1 _Highlight._normalizeNewlines (package:source_span/src/highlighter.dart:567:12) #2 new _Highlight.<anonymous closure> (package:source_span/src/highlighter.dart:528:21) #3 new _Highlight (package:source_span/src/highlighter.dart:531:11) #4 new Highlighter (package:source_span/src/highlighter.dart:62:31) #5 SourceSpanMixin.highlight (package:source_span/src/span_mixin.dart:72:12)
The text was updated successfully, but these errors were encountered:
sqfentity
1.2.3+10
From a brief look, this has to do with the span splitting one of the \r\n line endings.
\r\n
Sorry, something went wrong.
No branches or pull requests
version: 1.8.2 (latest)
The text was updated successfully, but these errors were encountered: