@@ -11,3 +11,4 @@ npm-debug.log
/tmp
/test/benchmark/**/**
*dockerfile
+/test*.js
@@ -9,7 +9,7 @@ export function SelfDefendingNoEvalTemplate (): string {
{globalVariableTemplate}
return that
- .RegExp('(.*)+.*}')
+ .RegExp('((.*)+)+$')
.test({selfDefendingFunctionName});
});
@@ -9,7 +9,7 @@ export function SelfDefendingTemplate (): string {
return {selfDefendingFunctionName}
.constructor('return /" + this + "/')
.call()
- .constructor('(.*)+.*}')
+ .constructor('((.*)+)+$')