X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/b56471a6890db1598d1ed1877b5d01c6b9678243..2dfbfc122c5d609383d87267b4b4b2494d6bdfd9:/tests/regression.at diff --git a/tests/regression.at b/tests/regression.at index bcd97d24..b162419e 100644 --- a/tests/regression.at +++ b/tests/regression.at @@ -284,7 +284,7 @@ AT_DATA([input.y], ? default: 'a' } %& -%a +%a-does-not-exist %- %{ ]]) @@ -294,10 +294,10 @@ AT_CHECK([bison input.y], [1], [], input.y:3.14: invalid character: `}' input.y:4.1: invalid character: `%' input.y:4.2: invalid character: `&' -input.y:5.1: invalid character: `%' +input.y:5.1-17: invalid directive: `%a-does-not-exist' input.y:6.1: invalid character: `%' input.y:6.2: invalid character: `-' -input.y:7.1-8.0: unexpected end of file in a prologue +input.y:7.1-8.0: unexpected end of file in `%{ ... %}' input.y:7.1-8.0: parse error, unexpected "%{...%}", expecting ";" or "|" ]])