]> git.saurik.com Git - bison.git/commit
tests: fix %printer.
authorAkim Demaille <demaille@gostai.com>
Thu, 29 Apr 2010 10:35:13 +0000 (12:35 +0200)
committerAkim Demaille <demaille@gostai.com>
Tue, 4 May 2010 09:33:59 +0000 (11:33 +0200)
commitf5da8149a27834cbce2839d527f7f34430125de6
tree4b4435b16a5586dc2ef19355bca1b75982bbf9f2
parent49976d5c45048312c97c4eec4b607660444642a9
tests: fix %printer.

Currently, there is no check that %printer ... <foo> (nor
%destructor) is about an existing <foo> type.  This C++ test had
it wrong (<::std::string> vs. <std::string>).

* tests/c++.at (AT_CHECK_VARIANTS): In list.yy, redefine the
pretty-printing of lists into something better for parser traces.
Update the expected output.
Fix correspondance between %type/%token and %printer.
ChangeLog
tests/c++.at