| commit | 3babdd61f9f4012381682ef0671b228db2edacf8 | [log] [tgz] |
|---|---|---|
| author | Jens Geyer <jensg@apache.org> | Thu Apr 09 01:35:12 2026 +0200 |
| committer | Jens Geyer <Jens-G@users.noreply.github.com> | Thu Apr 09 09:37:24 2026 +0200 |
| tree | bdc8a0b93140ce2d7016593fc233ddefe79ee785 | |
| parent | ca8c2c8fa6663f95e598200de99de8794e46454d [diff] |
Add test for ES6 generated exception constructor Client: js Add unit tests verifying that ES6-generated exception classes pass the exception name string to super() instead of the args object. This is a regression test for the bug fixed in PR #3372, where super(args) caused TBinaryProtocol.writeStringOrBinary to throw. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>