summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2020-05-02 09:07:38 +0200
committerAkim Demaille <akim.demaille@gmail.com>2020-05-02 09:08:26 +0200
commit8c1002e4b70082401442b1bf545af98921859871 (patch)
tree6e8cb0454ef805ee329b19b7c9537c849f8901af
parentdbd8fd71ba2ab2c7282f60a53366d310aee211e0 (diff)
downloadbison-8c1002e4b70082401442b1bf545af98921859871.tar.gz
style: comment changes
* tests/java.at: here.
-rw-r--r--tests/java.at66
1 files changed, 33 insertions, 33 deletions
diff --git a/tests/java.at b/tests/java.at
index 97420ff8..a788c92f 100644
--- a/tests/java.at
+++ b/tests/java.at
@@ -18,9 +18,9 @@
AT_BANNER([[Java Calculator.]])
-# ------------------------- #
-# Java invalid directives. #
-# ------------------------- #
+## ------------------------- ##
+## Java invalid directives. ##
+## ------------------------- ##
AT_SETUP([Java invalid directives])
@@ -42,9 +42,9 @@ YYParser.y:4.13-30: error: %destructor does not make sense in Java
AT_CLEANUP
-# ------------------------- #
-# Helping Autotest macros. #
-# ------------------------- #
+## ------------------------- ##
+## Helping Autotest macros. ##
+## ------------------------- ##
# AT_JAVA_POSITION_DEFINE_OLD
@@ -91,9 +91,9 @@ m4_define([AT_JAVA_POSITION_DEFINE_OLD],
-# -----------------#
-# Java Parameters. #
-# -----------------#
+## ----------------- ##
+## Java Parameters. ##
+## ----------------- ##
AT_BANNER([Java Parameters.])
@@ -164,9 +164,9 @@ m4_define([AT_CHECK_JAVA_GREP],
])])
-# ------------------------------------- #
-# Java parser class and package names. #
-# ------------------------------------- #
+## ------------------------------------- ##
+## Java parser class and package names. ##
+## ------------------------------------- ##
AT_SETUP([Java parser class and package names])
@@ -191,9 +191,9 @@ AT_CHECK_JAVA_GREP([[package user_java_package;]])
AT_CLEANUP
-# ----------------------------- #
-# Java parser class modifiers. #
-# ----------------------------- #
+## ----------------------------- ##
+## Java parser class modifiers. ##
+## ----------------------------- ##
AT_SETUP([Java parser class modifiers])
@@ -255,9 +255,9 @@ AT_CHECK_JAVA_GREP([[/\*@Deprecated @SuppressWarnings("unchecked") @SuppressWarn
AT_CLEANUP
-# ---------------------------------------- #
-# Java parser class extends and implements #
-# ---------------------------------------- #
+## ---------------------------------------- ##
+## Java parser class extends and implements ##
+## ---------------------------------------- ##
AT_SETUP([Java parser class extends and implements])
@@ -275,9 +275,9 @@ AT_CHECK_JAVA_GREP([[class YYParser extends Thread implements Cloneable]])
AT_CLEANUP
-# -------------------------------- #
-# Java %parse-param and %lex-param #
-# -------------------------------- #
+## -------------------------------- ##
+## Java %parse-param and %lex-param ##
+## -------------------------------- ##
AT_SETUP([Java %parse-param and %lex-param])
@@ -349,9 +349,9 @@ AT_CHECK_JAVA_GREP([[ *this.parse_param2 = parse_param2;]], [2])
AT_CLEANUP
-# ------------------------- #
-# Java throw specifications #
-# ------------------------- #
+## --------------------------- ##
+## Java throw specifications. ##
+## --------------------------- ##
AT_SETUP([Java throws specifications])
@@ -438,9 +438,9 @@ AT_CHECK_JAVA_GREP([[ *public boolean parse ()]AT_JT_parse_throws[ *]])
AT_CLEANUP
-# ------------------------------------- #
-# Java constructor init and init_throws #
-# ------------------------------------- #
+## --------------------------------------- ##
+## Java constructor init and init_throws. ##
+## --------------------------------------- ##
AT_SETUP([Java constructor init and init_throws])
@@ -465,9 +465,9 @@ m4_popdef([AT_Witness])
AT_CLEANUP
-# ------------------------------------------ #
-# Java value, position, and location types. #
-# ------------------------------------------ #
+## ------------------------------------------ ##
+## Java value, position, and location types. ##
+## ------------------------------------------ ##
AT_SETUP([Java value, position, and location types])
@@ -496,9 +496,9 @@ AT_CHECK([[$EGREP -v ' */?\*' YYParser.java | grep -w 'Location']], [1], [ignore
AT_CLEANUP
-# ----------------------------------------------- #
-# Java syntax error handling without error token. #
-# ----------------------------------------------- #
+## ------------------------------------------------ ##
+## Java syntax error handling without error token. ##
+## ------------------------------------------------ ##
AT_SETUP([Java syntax error handling without error token])