From: Kevin Date: Mon, 11 May 2020 23:54:10 +0000 (-0400) Subject: Remove unused variable_tests from grammar X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=374f1ed29fd0a6d69ede31672dc72614328b4786;p=thirdparty%2Fjinja.git Remove unused variable_tests from grammar --- diff --git a/grammar.ebnf b/grammar.ebnf index 0c47bba9..4c4565bb 100644 --- a/grammar.ebnf +++ b/grammar.ebnf @@ -244,16 +244,6 @@ conditional_expression_test test_function:variable_identifier ; -variable_tests - = - left:variable_tests {SP}* - ( - | ( logical_operator:variable_tests_logical_operator {SP}* right:variable_tests ) - | ( comparator:variable_tests_comparator {SP}* right:variable_tests ) - | ( "is" {SP}* test_function:variable_accessor_call_parameter_value ) - ) - ; - variable_tests_comparator = | "=="