|
|
@@ -404,6 +404,9 @@ var Mustache = (typeof module !== "undefined" && module.exports) || {}; |
|
|
nonSpace = true; |
|
|
nonSpace = true; |
|
|
code.push("\\" + c); |
|
|
code.push("\\" + c); |
|
|
break; |
|
|
break; |
|
|
|
|
|
case "\r": |
|
|
|
|
|
// Ignore carriage returns. |
|
|
|
|
|
break; |
|
|
case "\n": |
|
|
case "\n": |
|
|
spaces.push(code.length); |
|
|
spaces.push(code.length); |
|
|
code.push("\\n"); |
|
|
code.push("\\n"); |
|
|
|