style: formatting changes

* tests/actions.at, tests/calc.at, tests/input.at: here.
This commit is contained in:
Akim Demaille
2019-04-04 06:59:12 +02:00
parent 341776b03b
commit e50eedf3c5
3 changed files with 5 additions and 1 deletions

View File

@@ -64,6 +64,7 @@ AT_PARSER_CHECK([input], 0,
AT_CLEANUP AT_CLEANUP
## ----------------------- ## ## ----------------------- ##
## Typed midrule actions. ## ## Typed midrule actions. ##
## ----------------------- ## ## ----------------------- ##
@@ -156,6 +157,7 @@ AT_BISON_CHECK([-fcaret -Wno-empty-rule 2.y], [0])
AT_BISON_OPTION_POPDEFS AT_BISON_OPTION_POPDEFS
AT_CLEANUP AT_CLEANUP
## ------------------------ ## ## ------------------------ ##
## Invalid uses of %empty. ## ## Invalid uses of %empty. ##
## ------------------------ ## ## ------------------------ ##
@@ -230,6 +232,7 @@ two.y:13.3-8: error: %empty on non-empty rule
AT_BISON_OPTION_POPDEFS AT_BISON_OPTION_POPDEFS
AT_CLEANUP AT_CLEANUP
## ---------------------- ## ## ---------------------- ##
## Valid uses of %empty. ## ## Valid uses of %empty. ##
## ---------------------- ## ## ---------------------- ##
@@ -258,6 +261,7 @@ AT_PARSER_CHECK([input])
AT_BISON_OPTION_POPDEFS AT_BISON_OPTION_POPDEFS
AT_CLEANUP AT_CLEANUP
## ------------------ ## ## ------------------ ##
## Initial location. ## ## Initial location. ##
## ------------------ ## ## ------------------ ##

View File

@@ -465,7 +465,6 @@ m4_define([AT_DATA_CALC_Y],
# Run 'calc' on INPUT and expect no STDOUT nor STDERR. # Run 'calc' on INPUT and expect no STDOUT nor STDERR.
# #
# If BISON-OPTIONS contains '%debug' but not '%glr-parser', then # If BISON-OPTIONS contains '%debug' but not '%glr-parser', then
#
# NUM-STDERR-LINES is the number of expected lines on stderr. # NUM-STDERR-LINES is the number of expected lines on stderr.
# Currently this is ignored, though, since the output format is fluctuating. # Currently this is ignored, though, since the output format is fluctuating.
# #

View File

@@ -768,6 +768,7 @@ input.y:2.10-24: previous declaration
AT_CLEANUP AT_CLEANUP
## ------------------- ## ## ------------------- ##
## Undefined symbols. ## ## Undefined symbols. ##
## ------------------- ## ## ------------------- ##