We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2.0.298
The program should throw SyntaxException.
The program throws ArgumentNullException.
Here is the complete program to reproduce this problem:
namespace DotLiquid.Run { public class Program { public static void Main(string[] args) { Template.Parse("{%if% or%}"); } } }
Found via SharpFuzz.
Dotliquid version
2.0.298
Expected behavior
The program should throw SyntaxException.
Actual behavior
The program throws ArgumentNullException.
Steps to reproduce the problem
Here is the complete program to reproduce this problem:
Found via SharpFuzz.