remove node_modules and .gitignore them
This commit is contained in:
-9
@@ -1,9 +0,0 @@
|
||||
"use strict";
|
||||
|
||||
module.exports = function () {
|
||||
var raw = String.raw, test;
|
||||
if (typeof raw !== "function") return false;
|
||||
test = ["foo\nbar", "marko\n"];
|
||||
test.raw = ["foo\\nbar", "marko\\n"];
|
||||
return raw(test, "INSE\nRT") === "foo\\nbarINSE\nRTmarko\\n";
|
||||
};
|
||||
Reference in New Issue
Block a user