From: Joel E. Denny Date: Fri, 6 Jan 2006 01:07:37 +0000 (+0000) Subject: * tests/glr-regression.at: For consistency with my newer test cases, X-Git-Tag: v2.3b~507 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/4158e0a143725e7c9b6af17c653f49ade6e9a0cb * tests/glr-regression.at: For consistency with my newer test cases, don't thank myself. --- diff --git a/ChangeLog b/ChangeLog index c5e77034..f1cb7275 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-01-06 Joel E. Denny + * tests/glr-regression.at: For consistency with my newer test cases, + don't thank myself. + 2006-01-05 Joel E. Denny * data/glr.c (yyresolveValue): When merging semantic options, if at diff --git a/tests/glr-regression.at b/tests/glr-regression.at index b1e91180..2298688a 100644 --- a/tests/glr-regression.at +++ b/tests/glr-regression.at @@ -329,11 +329,10 @@ AT_CHECK([[echo p1 t4 o2 p1 p1 t1 o1 t2 p2 o1 t3 p2 p2 | ./glr-regr3]], 0, AT_CLEANUP -## ---------------------------------------------------------------------- ## -## Duplicate representation of merged trees ## -## Thanks to Joel E. Denny for this test; see ## -## . ## -## ---------------------------------------------------------------------- ## +## ------------------------------------------------------------------------- ## +## Duplicate representation of merged trees. See ## +## . ## +## ------------------------------------------------------------------------- ## AT_SETUP([Duplicate representation of merged trees]) @@ -425,11 +424,10 @@ AT_CHECK([[./glr-regr4]], 0, AT_CLEANUP -## ------------------------------------------------------------------------- ## -## User destructor for unresolved GLR semantic value ## -## Thanks to Joel E. Denny for this test; see ## -## . ## -## ------------------------------------------------------------------------- ## +## -------------------------------------------------------------------------- ## +## User destructor for unresolved GLR semantic value. See ## +## . ## +## -------------------------------------------------------------------------- ## AT_SETUP([User destructor for unresolved GLR semantic value]) @@ -496,11 +494,10 @@ AT_CHECK([[./glr-regr5]], 0, [], AT_CLEANUP -## ------------------------------------------------------------------------- ## -## User destructor after an error during a split parse ## -## Thanks to Joel E. Denny for this test; see ## -## . ## -## ------------------------------------------------------------------------- ## +## -------------------------------------------------------------------------- ## +## User destructor after an error during a split parse. See ## +## . ## +## -------------------------------------------------------------------------- ## AT_SETUP([User destructor after an error during a split parse]) @@ -562,8 +559,7 @@ AT_CLEANUP ## ------------------------------------------------------------------------- ## -## Duplicated user destructor for lookahead ## -## Thanks to Joel E. Denny for this test; see ## +## Duplicated user destructor for lookahead. See ## ## . ## ## ------------------------------------------------------------------------- ## @@ -736,8 +732,7 @@ AT_CLEANUP ## ------------------------------------------------------------------------- ## -## No users destructors if stack 0 deleted ## -## Thanks to Joel E. Denny for this test; see ## +## No users destructors if stack 0 deleted. See ## ## . ## ## ------------------------------------------------------------------------- ##