| commit | e75afeaf7cd16e5e588d76af8413f9bc8d667e70 | [log] [tgz] |
|---|---|---|
| author | Natalie Weizenbaum <nweiz@google.com> | Thu Feb 28 14:30:54 2019 -0800 |
| committer | GitHub <noreply@github.com> | Thu Feb 28 14:30:54 2019 -0800 |
| tree | 83ea4091d040559c399b955ce35d477758c7f46d | |
| parent | 96e3b6e3c578e2b5007572eaa6886eb3ed70a1ad [diff] |
Fix a highlighting bug (dart-lang/source_span#33) If a span covered a trailing newline and a single additional line, it went down a code path that resulted in a range error. That code path has now been fixed. Closes dart-lang/source_span#32