c++: trailing end-of-lines in %parse-param
authorAkim Demaille <akim@lrde.epita.fr>
Tue, 31 Jul 2012 12:18:39 +0000 (14:18 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Wed, 1 Aug 2012 07:16:55 +0000 (09:16 +0200)
commitc9d546b2a8ec076b1bad7c65f74d04533a448da5
treebef19f9074e26e52ae571503e93315daddc46cca
parentd61e59ea0eeefc5eb310337251c1acf0fcf25836
c++: trailing end-of-lines in %parse-param

* src/parse-gram.y (add_param): No only skip ' ' and '\t', skip all
leading and trailing spaces.
* tests/regression.at (Lex and parse params): Check it.
* NEWS: Document it.
NEWS
src/parse-gram.y
tests/regression.at