regexp -> string

This commit is contained in:
Mayhem 2014-02-18 00:53:03 +01:00
parent ce2b9ee170
commit 0d7190b4d6

View File

@ -100,7 +100,7 @@ Filter =
@highlight "Highlighted by filtering the #{key}: #{obj.match}", obj.class, obj.top
stringTest: (string, value) ->
regexp is value
string is value
regexpTest: (regexp, value) ->
regexp.test value
test: ({test, match, op}, value, isReply) ->