mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
style: tests: rebox comments
* tests/glr-regression.at: here.
This commit is contained in:
@@ -488,10 +488,10 @@ AT_TEST([%skeleton "glr2.cc"])
|
|||||||
m4_popdef([AT_TEST])
|
m4_popdef([AT_TEST])
|
||||||
|
|
||||||
|
|
||||||
## ---------------------------------------------------------------------- ##
|
## ------------------------------------------------------------ ##
|
||||||
## Duplicate representation of merged trees. See ##
|
## Duplicate representation of merged trees. See ##
|
||||||
## <https://lists.gnu.org/r/help-bison/2005-07/msg00013.html>. ##
|
## <https://lists.gnu.org/r/help-bison/2005-07/msg00013.html>. ##
|
||||||
## ---------------------------------------------------------------------- ##
|
## ------------------------------------------------------------ ##
|
||||||
|
|
||||||
m4_pushdef([AT_TEST],
|
m4_pushdef([AT_TEST],
|
||||||
[AT_SETUP([Duplicate representation of merged trees: $1])
|
[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])
|
m4_popdef([AT_TEST])
|
||||||
|
|
||||||
|
|
||||||
## ------------------------------------------------------------------------- ##
|
## --------------------------------------------------------------- ##
|
||||||
## User destructor for unresolved GLR semantic value. See ##
|
## User destructor for unresolved GLR semantic value. See ##
|
||||||
## <https://lists.gnu.org/r/bison-patches/2005-08/msg00016.html>. ##
|
## <https://lists.gnu.org/r/bison-patches/2005-08/msg00016.html>. ##
|
||||||
## ------------------------------------------------------------------------- ##
|
## --------------------------------------------------------------- ##
|
||||||
|
|
||||||
m4_pushdef([AT_TEST],
|
m4_pushdef([AT_TEST],
|
||||||
[AT_SETUP([User destructor for unresolved GLR semantic value: $1])
|
[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 ##
|
||||||
## <https://lists.gnu.org/r/bison-patches/2005-08/msg00029.html>. ##
|
## <https://lists.gnu.org/r/bison-patches/2005-08/msg00029.html>. ##
|
||||||
## ------------------------------------------------------------------------- ##
|
## --------------------------------------------------------------- ##
|
||||||
|
|
||||||
m4_pushdef([AT_TEST],
|
m4_pushdef([AT_TEST],
|
||||||
[AT_SETUP([User destructor after an error during a split parse: $1])
|
[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 ##
|
||||||
## <https://lists.gnu.org/r/bison-patches/2005-08/msg00035.html>. ##
|
## <https://lists.gnu.org/r/bison-patches/2005-08/msg00035.html>. ##
|
||||||
## ------------------------------------------------------------------------- ##
|
## --------------------------------------------------------------- ##
|
||||||
|
|
||||||
m4_pushdef([AT_TEST],
|
m4_pushdef([AT_TEST],
|
||||||
[AT_SETUP([Duplicated user destructor for lookahead: $1])
|
[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 ##
|
||||||
## <https://lists.gnu.org/r/bison-patches/2005-09/msg00109.html>. ##
|
## <https://lists.gnu.org/r/bison-patches/2005-09/msg00109.html>. ##
|
||||||
## ------------------------------------------------------------------------- ##
|
## --------------------------------------------------------------- ##
|
||||||
|
|
||||||
m4_pushdef([AT_TEST],
|
m4_pushdef([AT_TEST],
|
||||||
[AT_SETUP([No users destructors if stack 0 deleted: $1])
|
[AT_SETUP([No users destructors if stack 0 deleted: $1])
|
||||||
@@ -1311,11 +1311,11 @@ m4_popdef([AT_TEST])
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
## ------------------------------------------------------------------------- ##
|
## --------------------------------------------------------------- ##
|
||||||
## Incorrect lookahead during deterministic GLR. See ##
|
## Incorrect lookahead during deterministic GLR. See ##
|
||||||
## <https://lists.gnu.org/r/help-bison/2005-07/msg00017.html> and ##
|
## <https://lists.gnu.org/r/help-bison/2005-07/msg00017.html> and ##
|
||||||
## <https://lists.gnu.org/r/bison-patches/2006-01/msg00060.html>. ##
|
## <https://lists.gnu.org/r/bison-patches/2006-01/msg00060.html>. ##
|
||||||
## ------------------------------------------------------------------------- ##
|
## --------------------------------------------------------------- ##
|
||||||
|
|
||||||
m4_pushdef([AT_TEST],
|
m4_pushdef([AT_TEST],
|
||||||
[AT_SETUP([Incorrect lookahead during deterministic GLR: $1])
|
[AT_SETUP([Incorrect lookahead during deterministic GLR: $1])
|
||||||
@@ -2150,12 +2150,12 @@ m4_popdef([AT_TEST])
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
## ----------------------------------------------------------------- ##
|
## ------------------------------------------------------- ##
|
||||||
## Predicates. ##
|
## Predicates. ##
|
||||||
## ##
|
## ##
|
||||||
## https://lists.gnu.org/r/bug-bison/2013-10/msg00004.html ##
|
## https://lists.gnu.org/r/bug-bison/2013-10/msg00004.html ##
|
||||||
## https://lists.gnu.org/r/bug-bison/2018-05/msg00033.html ##
|
## https://lists.gnu.org/r/bug-bison/2018-05/msg00033.html ##
|
||||||
## ----------------------------------------------------------------- ##
|
## ------------------------------------------------------- ##
|
||||||
|
|
||||||
m4_pushdef([AT_TEST],
|
m4_pushdef([AT_TEST],
|
||||||
[AT_SETUP([Predicates: $1])
|
[AT_SETUP([Predicates: $1])
|
||||||
|
|||||||
Reference in New Issue
Block a user