Closed timoxley closed 9 years ago
This test was passing whether {{^private}} was in the template or not because String#match with a String as an arg is case-sensitive.
{{^private}}
String#match
String
Related to #3.
This test was passing whether
{{^private}}
was in the template or not becauseString#match
with aString
as an arg is case-sensitive.Related to #3.