q2c: T_RPAREN should be T_LPAREN for matching a left parenthesis.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 29 Jan 2011 18:02:32 +0000 (10:02 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 29 Jan 2011 18:02:32 +0000 (10:02 -0800)
commit95b6394d56fe347634a207f2e65a3ef9cfe05ca8
treef3e89ef16e34100e1e22dc23daa69e740e848dab
parente1001221c577db3449a46036c9fa0ffec9e4cd68
q2c: T_RPAREN should be T_LPAREN for matching a left parenthesis.

Also add a test for this case on the T-TEST command, where the bug was
first reported.

Bug #32061.
Reported by Mindaugas <embar@super.lt>.
Reported by Chuck Kralowec <chuck.kralowec@gmail.com>.
src/language/lexer/q2c.c
tests/language/stats/t-test.at