Ejemplo n.º 1
0
 public static void AssertTemplateResult(string result, string input, object model = null, bool hasForVariableNotSupportedByScriban = false, bool supportRoundTrip = true)
 {
     TestParser.AssertTemplate(result, input, ScriptLang.Liquid, false, false, model, true, expectParsingErrorForRountrip: hasForVariableNotSupportedByScriban, supportRoundTrip: supportRoundTrip);
 }
Ejemplo n.º 2
0
 public static void AssertTemplateResult(string result, string input, object model = null)
 {
     TestParser.AssertTemplate(result, input, true, false, false, model, true);
 }