karma-html2js-preprocessor icon indicating copy to clipboard operation
karma-html2js-preprocessor copied to clipboard

Backslashes stripped from file contents?

Open cjerdonek opened this issue 11 years ago • 0 comments

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.

cjerdonek avatar Sep 07 '14 07:09 cjerdonek