X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/72f000b088367bd18a20b3e063bc1ab6a3e0bc15..f7ab6a5010b6cac6eaa6b6d9e54168764bffed7a:/tests/calc.at diff --git a/tests/calc.at b/tests/calc.at index 69fda02f..db92f700 100644 --- a/tests/calc.at +++ b/tests/calc.at @@ -15,8 +15,8 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. ## ---------------------------------------------------- ## ## Compile the grammar described in the documentation. ## @@ -480,7 +480,7 @@ _AT_CHECK_CALC_ERROR([$1], [1], [16], [2.0: syntax error, unexpected '+']) # Exercise error messages with EOF: work on an empty file. -_AT_CHECK_CALC_ERROR([$1], [1], [/dev/null], [5], +_AT_CHECK_CALC_ERROR([$1], [1], [/dev/null], [4], [1.0: syntax error, unexpected end of input]) # Exercise the error token: without it, we die at the first error,