karma-html2js-preprocessor
karma-html2js-preprocessor copied to clipboard
Backslashes stripped from file contents?
I'm not sure if this is a bug or not, but the preprocessor seems to strip backslashes from the file contents. For example, if the file contains the characters foo \" bar, then when accessing the string value in Javascript after preprocessing, it will be foo \ bar.