tapjs / stack-utils

Captures and cleans stack traces.
https://www.npmjs.com/package/stack-utils
MIT License
190 stars 35 forks source link

Long Stack Trace Support #6

Closed jamestalmage closed 8 years ago

jamestalmage commented 8 years ago

Fixes #2

This creates two sets of fixtures:

Indentation is removed from all lines until the first separator line is found.

If all at lines are removed in a given section, then the separator line is also removed (not sure if this is the right thing to do, but I think it is).

Reviewers: @isaacs @sindresorhus