tests: migrate from %error-verbose to %define parse.error verbose

* tests/actions.at, tests/c++.at, tests/conflicts.at,
* tests/cxx-type.at, tests/existing.at, tests/glr-regression.at,
* tests/headers.at, tests/input.at, tests/java.at, tests/javapush.at,
* tests/local.at, tests/regression.at, tests/skeletons.at,
* tests/torture.at:
Here.
This commit is contained in:
Akim Demaille
2018-11-12 07:07:41 +01:00
parent 7928c3e6fb
commit be7c620d65
14 changed files with 33 additions and 33 deletions

View File

@@ -51,7 +51,7 @@ my $max = $ARGV[0] || 10;
print <<EOF;
]AT_DATA_GRAMMAR_PROLOGUE[
%error-verbose
%define parse.error verbose
%debug
%{
#include <stdio.h>
@@ -158,7 +158,7 @@ my $max = $ARGV[0] || 10;
print <<EOF;
]AT_DATA_GRAMMAR_PROLOGUE[
%error-verbose
%define parse.error verbose
%debug
%{
#include <stdio.h>
@@ -255,7 +255,7 @@ use Text::Wrap;
my $max = $ARGV[0] || 10;
print <<EOF;
%error-verbose
%define parse.error verbose
%debug
%{
]AT_DATA_SOURCE_PROLOGUE[
@@ -379,7 +379,7 @@ AT_DATA_GRAMMAR([input.y],
]AT_YYERROR_DECLARE[
%}
]$2[
%error-verbose
%define parse.error verbose
%debug
%token WAIT_FOR_EOF
%%