X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/0991e29b75f192570b6fac1ba23657ab4f3509ee..31d3e510949227d55ed7e87c793b3ec571dffec3:/tests/regression.at diff --git a/tests/regression.at b/tests/regression.at index 489de4f1..a4b20de5 100644 --- a/tests/regression.at +++ b/tests/regression.at @@ -1238,27 +1238,3 @@ AT_COMPILE([[input]]) AT_PARSER_CHECK([[./input]]) AT_CLEANUP - - - -## ----------------------------------------------- ## -## Fix user actions without a trailing semicolon. ## -## ----------------------------------------------- ## - -AT_SETUP([[Fix user actions without a trailing semicolon]]) - -# This feature is undocumented, but we accidentally broke it in 2.3a, and there -# was a complaint at: -# . - -AT_DATA([input.y], -[[%% -start: {asdffdsa} ; -]]) - -AT_BISON_CHECK([[-o input.c input.y]]) -AT_CHECK([[sed -n '/asdffdsa/s/^ *//p' input.c]], [[0]], -[[{asdffdsa;} -]]) - -AT_CLEANUP