kratiahuja / broccoli-tslinter

Broccoli Plugin to run linter on typescript files. Uses tslint internally.
MIT License
9 stars 6 forks source link

Test output messages are doubly escaped #34

Open AvremelM opened 6 years ago

AvremelM commented 6 years ago

Since this project began using aot-test-generators (#23), error messages that contain quotes and newlines are getting doubly-escaped in the generated tests. This is because aot-test-generators already has built-in escaping; this, combined with the existing escaping of this package, results in:

image