diff --git a/tests/glr-regression.at b/tests/glr-regression.at index bd4a8a98..eaba687d 100644 --- a/tests/glr-regression.at +++ b/tests/glr-regression.at @@ -488,10 +488,10 @@ AT_TEST([%skeleton "glr2.cc"]) m4_popdef([AT_TEST]) -## ---------------------------------------------------------------------- ## -## Duplicate representation of merged trees. See ## -## . ## -## ---------------------------------------------------------------------- ## +## ------------------------------------------------------------ ## +## Duplicate representation of merged trees. See ## +## . ## +## ------------------------------------------------------------ ## m4_pushdef([AT_TEST], [AT_SETUP([Duplicate representation of merged trees: $1]) @@ -596,10 +596,10 @@ AT_TEST([%define api.value.type union %skeleton "glr2.cc"]) m4_popdef([AT_TEST]) -## ------------------------------------------------------------------------- ## -## User destructor for unresolved GLR semantic value. See ## -## . ## -## ------------------------------------------------------------------------- ## +## --------------------------------------------------------------- ## +## User destructor for unresolved GLR semantic value. See ## +## . ## +## --------------------------------------------------------------- ## m4_pushdef([AT_TEST], [AT_SETUP([User destructor for unresolved GLR semantic value: $1]) @@ -671,10 +671,10 @@ m4_popdef([AT_TEST]) -## ------------------------------------------------------------------------- ## -## User destructor after an error during a split parse. See ## -## . ## -## ------------------------------------------------------------------------- ## +## --------------------------------------------------------------- ## +## User destructor after an error during a split parse. See ## +## . ## +## --------------------------------------------------------------- ## m4_pushdef([AT_TEST], [AT_SETUP([User destructor after an error during a split parse: $1]) @@ -739,10 +739,10 @@ m4_popdef([AT_TEST]) -## ------------------------------------------------------------------------- ## -## Duplicated user destructor for lookahead. See ## -## . ## -## ------------------------------------------------------------------------- ## +## --------------------------------------------------------------- ## +## Duplicated user destructor for lookahead. See ## +## . ## +## --------------------------------------------------------------- ## m4_pushdef([AT_TEST], [AT_SETUP([Duplicated user destructor for lookahead: $1]) @@ -945,10 +945,10 @@ m4_popdef([AT_TEST]) -## ------------------------------------------------------------------------- ## -## No users destructors if stack 0 deleted. See ## -## . ## -## ------------------------------------------------------------------------- ## +## --------------------------------------------------------------- ## +## No users destructors if stack 0 deleted. See ## +## . ## +## --------------------------------------------------------------- ## m4_pushdef([AT_TEST], [AT_SETUP([No users destructors if stack 0 deleted: $1]) @@ -1311,11 +1311,11 @@ m4_popdef([AT_TEST]) -## ------------------------------------------------------------------------- ## -## Incorrect lookahead during deterministic GLR. See ## -## and ## -## . ## -## ------------------------------------------------------------------------- ## +## --------------------------------------------------------------- ## +## Incorrect lookahead during deterministic GLR. See ## +## and ## +## . ## +## --------------------------------------------------------------- ## m4_pushdef([AT_TEST], [AT_SETUP([Incorrect lookahead during deterministic GLR: $1]) @@ -2150,12 +2150,12 @@ m4_popdef([AT_TEST]) -## ----------------------------------------------------------------- ## -## Predicates. ## -## ## -## https://lists.gnu.org/r/bug-bison/2013-10/msg00004.html ## -## https://lists.gnu.org/r/bug-bison/2018-05/msg00033.html ## -## ----------------------------------------------------------------- ## +## ------------------------------------------------------- ## +## Predicates. ## +## ## +## https://lists.gnu.org/r/bug-bison/2013-10/msg00004.html ## +## https://lists.gnu.org/r/bug-bison/2018-05/msg00033.html ## +## ------------------------------------------------------- ## m4_pushdef([AT_TEST], [AT_SETUP([Predicates: $1])