mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 17:23:02 +00:00
tests: fixes
* tests/c++.at: Use AT_YYLEX_PROTOTYPE etc. Which requires that we use the same argument names (lvalp, etc.). * tests/local.at (AT_NAME_PREFIX): Fix regex.
This commit is contained in:
@@ -186,7 +186,7 @@ m4_pushdef([AT_PUSH_IF],
|
||||
[m4_bmatch([$3], [%define api.push-pull \(both\|pull\)], [$1], [$2])])
|
||||
# AT_NAME_PREFIX.
|
||||
m4_pushdef([AT_NAME_PREFIX],
|
||||
[m4_bmatch([$3], [\(%define api\.\|prefix\|%name-prefix\) .*],
|
||||
[m4_bmatch([$3], [\(%define api\.prefix\|%name-prefix\) .*],
|
||||
[m4_bregexp([$3],
|
||||
[\(%define api\.prefix\|%name-prefix\) [\{\"]\([^\"\}]*\)[\"\}]],
|
||||
[\2])],
|
||||
|
||||
Reference in New Issue
Block a user