diff --git a/test/corpus/wp.txt b/test/corpus/wp.txt deleted file mode 100644 index 75e5dc66..00000000 --- a/test/corpus/wp.txt +++ /dev/null @@ -1,90 +0,0 @@ -==================================== -Wordpress colon blocks -==================================== - - - - - ---- - -(program - (php_tag) - (if_statement - condition: (parenthesized_expression (variable_name (name))) - body: (colon_block - (text_interpolation (php_tag)) - (if_statement - condition: (parenthesized_expression (variable_name (name))) - body: (compound_statement (expression_statement (variable_name (name)))) - ) - ) - (text_interpolation (php_tag)) - alternative: (else_clause - body: (colon_block - (expression_statement (variable_name (name))) - ) - ) - ) - (text_interpolation) -) - -============================== -Wordpress error 2 -============================== - -