X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/39ceb25bdbe9fe2a0963f55430a8dd44e82c3161..7431029172f190eb3c5c63a8828e723276551ca6:/tests/torture.at diff --git a/tests/torture.at b/tests/torture.at index 2e0cfc92..f536e4b4 100644 --- a/tests/torture.at +++ b/tests/torture.at @@ -57,7 +57,7 @@ EOF for my $size (1 .. $max) { - print "%token \"$size\" ", $size, "\n"; + print "%token t$size $size \"$size\"\n"; }; print < ", " ", - map { "token$_" } (1 .. $max)), + map { "n$_" } (1 .. $max)), "\n"; for my $count (1 .. $max) { - print "%token \"$count\" $count\n"; + print "%token t$count $count \"$count\"\n"; }; print <