| commit | 11afd06ca693853675f6d6482752e769fc5e968f | [log] [tgz] |
|---|---|---|
| author | Clement Skau <cskau-g@users.noreply.github.com> | Thu Oct 08 18:41:05 2020 +0200 |
| committer | GitHub <noreply@github.com> | Thu Oct 08 09:41:05 2020 -0700 |
| tree | 3459a84bd1f88ab8f56ec6b9e96c0f9b56ef10bd | |
| parent | eea63b3370c042b65e6795e67307bb5d7cc836f4 [diff] |
Fix async gap handling. (dart-lang/stack_trace#84) Fix an issue where an async gap at the end of a stack trace would not get parsed correctly due to the trailing newline being `trim()`'d. Add tests to cover this case.