From 597600fd837906ff4a07e26b9351e8f5e4f575a2 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Sat, 29 Dec 2018 08:32:42 +0100 Subject: [PATCH] style: formatting changes * tests/input.at: here. --- tests/input.at | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/tests/input.at b/tests/input.at index ddfead8e..36a1c144 100644 --- a/tests/input.at +++ b/tests/input.at @@ -1720,7 +1720,8 @@ AT_FULL_COMPILE([input]) AT_PARSER_CHECK([./input]) AT_BISON_OPTION_POPDEFS -AT_CLEANUP() +AT_CLEANUP + ## ---------------- ## ## %define errors. ## @@ -1823,6 +1824,7 @@ AT_BISON_CHECK([[-Dunused-d -Funused-f input-unused.y]], [[1]], [], AT_CLEANUP + ## --------------------------- ## ## %define Boolean variables. ## ## --------------------------- ## @@ -1843,6 +1845,7 @@ AT_BISON_CHECK([[Input.y]], [1], [], AT_CLEANUP + ## ------------------------ ## ## %define code variables. ## ## ------------------------ ## @@ -1974,6 +1977,7 @@ AT_BISON_CHECK([[-fcaret input.y]], [[1]], [[]], AT_CLEANUP + ## -------------------------------- ## ## %define backward compatibility. ## ## -------------------------------- ## @@ -2013,6 +2017,7 @@ input.y:5.9-15: warning: deprecated directive, use '%define api.value.type varia AT_CLEANUP + ## ------------------------- ## ## Unused %define api.pure. ## ## ------------------------- ## @@ -2046,6 +2051,7 @@ AT_CHECK_API_PURE([[%language "java"]], [[false]]) AT_CLEANUP + ## -------------------------------- ## ## C++ namespace reference errors. ## ## -------------------------------- ## @@ -2095,6 +2101,7 @@ AT_CHECK_NAMESPACE_ERROR([[::]], AT_CLEANUP + ## ------------------------ ## ## Bad character literals. ## ## ------------------------ ## @@ -2165,6 +2172,7 @@ three.y:4.8-11: warning: extra characters in character literal [-Wother] AT_CLEANUP + ## ------------------------- ## ## Bad escapes in literals. ## ## ------------------------- ## @@ -2214,6 +2222,7 @@ input.y:5.19: error: invalid character after \-escape: \001 AT_CLEANUP + ## ------------------------- ## ## LAC: Errors for %define. ## ## ------------------------- ## @@ -2237,6 +2246,7 @@ AT_BISON_CHECK([[-Dparse.lac.memory-trace=full input.y]], AT_CLEANUP + ## ---------------------- ## ## -Werror combinations. ## ## ---------------------- ## @@ -2457,6 +2467,7 @@ m4_popdef([AT_TEST]) AT_CLEANUP + ##----------------------- ## ## Deprecated directives. ## ## ---------------------- ## @@ -2511,6 +2522,7 @@ input.y:11-6: previous definition AT_CLEANUP + ## ---------------------------- ## ## Unput's effect on locations. ## ## ---------------------------- ## @@ -2547,6 +2559,7 @@ input.y:13.11-21: previous definition AT_CLEANUP + ## -------------------------- ## ## Non-deprecated directives. ## ## -------------------------- ##