Exemple #1
0
 public void TestFromShorthandIgnoresImproperSyntax()
 {
     Assert.AreEqual("{% if 'hi' == 'hi' %}hi{% endif %}", Literal.FromShortHand("{% if 'hi' == 'hi' %}hi{% endif %}"));
 }
Exemple #2
0
 public void TestFromShorthand()
 {
     Assert.AreEqual("{% literal %}gnomeslab{% endliteral %}", Literal.FromShortHand("{{{gnomeslab}}}"));
 }