Updated Branches: refs/heads/master d73aa078d -> 97cc95b24
THRIFT-1755 Comment parsing bug - the missing test case from Brian's patch Patch: Brian Brooks Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/97cc95b2 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/97cc95b2 Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/97cc95b2 Branch: refs/heads/master Commit: 97cc95b24c8604b8666b2045bd6a0d096254331e Parents: d73aa07 Author: Jens Geyer <[email protected]> Authored: Wed Sep 18 23:53:14 2013 +0200 Committer: Jens Geyer <[email protected]> Committed: Wed Sep 18 23:53:14 2013 +0200 ---------------------------------------------------------------------- test/DocTest.thrift | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/97cc95b2/test/DocTest.thrift ---------------------------------------------------------------------- diff --git a/test/DocTest.thrift b/test/DocTest.thrift index cb355ae..c93ac3b 100644 --- a/test/DocTest.thrift +++ b/test/DocTest.thrift @@ -244,4 +244,6 @@ typedef i32 BigDog */ typedef i32 TotallyDegenerate +/**no room for newline here*/ + /* THE END */
