mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Spell "boolean" as "Boolean". Reported by Akim Demaille.
* data/bison.m4 (b4_percent_define_flag_if): Fix complaint. * doc/bison.texinfo (Decl Summary): Fix. * src/muscle_tab.c (muscle_percent_define_flag_if): Fix complaint. * tests/input.at (Boolean %define variables): Update output. * tests/skeletons.at (%define boolean variables: invalid skeleton defaults): Rename to... (%define Boolean variables: invalid skeleton defaults): ... this and update output.
This commit is contained in:
@@ -142,10 +142,10 @@ AT_CLEANUP
|
||||
|
||||
|
||||
## ------------------------------------------------------ ##
|
||||
## %define boolean variables: invalid skeleton defaults. ##
|
||||
## %define Boolean variables: invalid skeleton defaults. ##
|
||||
## ------------------------------------------------------ ##
|
||||
|
||||
AT_SETUP([[%define boolean variables: invalid skeleton defaults]])
|
||||
AT_SETUP([[%define Boolean variables: invalid skeleton defaults]])
|
||||
|
||||
AT_CHECK([[mkdir tmp]])
|
||||
|
||||
@@ -161,7 +161,7 @@ start: ;
|
||||
]])
|
||||
|
||||
AT_CHECK([[bison input.y]], [[1]], [[]],
|
||||
[[[Bison:b4_percent_define_default]:0.0: invalid value for %define boolean variable `foo'
|
||||
[[[Bison:b4_percent_define_default]:0.0: invalid value for %define Boolean variable `foo'
|
||||
]])
|
||||
|
||||
AT_CLEANUP
|
||||
|
||||
Reference in New Issue
Block a user