mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
output: capitalize State
* src/print.c (print_state): Here. * tests/conflicts.at, tests/existing.at, tests/local.at, tests/reduce.at, tests/regression.at, tests/sets.at: Adjust.
This commit is contained in:
@@ -868,9 +868,9 @@ m4_if(m4_index(m4_quote($3), [no-xml]), -1,
|
||||
[0], [], m4_dquote($7))
|
||||
|
||||
m4_if(m4_index(m4_quote($3), [last-state]), -1,
|
||||
[AT_CHECK([[sed -n '/^state 0$/,$p' input.output]], [[0]],
|
||||
[AT_CHECK([[sed -n '/^State 0$/,$p' input.output]], [[0]],
|
||||
m4_dquote($8))],
|
||||
[AT_CHECK([[sed -n 's/^state //p' input.output | tail -1]], [[0]],
|
||||
[AT_CHECK([[sed -n 's/^State //p' input.output | tail -1]], [[0]],
|
||||
m4_dquote($8)[[
|
||||
]])])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user