Add test coverage for // comment fix
This commit is contained in:
parent
30719feaf9
commit
d5e012f70f
1 changed files with 14 additions and 0 deletions
|
|
@ -389,6 +389,20 @@ TCX_PACKED (typedef struct tcxMessageBugImpl
|
|||
{
|
||||
int mBid; /**< Bid price and size, check PresentMap if available in message */
|
||||
}) tcxMessageBug;
|
||||
|
||||
|
||||
TCX_PACKED (typedef struct tcxMessageTestImplSlashSlash
|
||||
{
|
||||
int mHeader; ///< comment
|
||||
}) tcxMessageTestSlashSlash;
|
||||
|
||||
|
||||
TCX_PACKED (typedef struct tcxMessageBugImplSlashSlash
|
||||
{
|
||||
int mBid; ///< Bid price and size, check PresentMap if available in message
|
||||
}) tcxMessageBugSlashSlash;
|
||||
|
||||
|
||||
%}
|
||||
|
||||
// Regression tests for https://github.com/swig/swig/pull/1111
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue