mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
maint: fix syntax-check issues
* cfg.mk: Ignore strcmp in local.at. * tests/conflicts.at: Use AT_PARSER_CHECK. * tests/regression.at: Preserve the exit status of the generated parsers. * tests/local.mk ($(TESTSUITE)): Map @tb@ to a tabulation. * tests/c++.at, tests/input.at, tests/regression.at: Use @tb@. * cfg.mk: (space-tab): There are no longer exceptions.
This commit is contained in:
@@ -395,6 +395,7 @@ void
|
||||
]AT_MAIN_DEFINE[
|
||||
]])
|
||||
|
||||
|
||||
AT_BISON_CHECK([[-o input.cc input.y]])
|
||||
|
||||
m4_if([$#], [1],
|
||||
@@ -413,8 +414,8 @@ AT_SETUP([[Absolute namespace references]])
|
||||
AT_TEST([[::foo]])
|
||||
AT_TEST([[::foo::bar]])
|
||||
AT_TEST([[::foo::bar::baz]])
|
||||
AT_TEST([[ ::foo]])
|
||||
AT_TEST([[ ::foo::bar]])
|
||||
AT_TEST([[@tb@::foo]])
|
||||
AT_TEST([[ @tb@ ::foo::bar]])
|
||||
AT_TEST([[ ::foo::bar::baz]])
|
||||
AT_CLEANUP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user