Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KeeVeeGames authored May 1, 2023
1 parent 283aa5d commit 2f4b3b2
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ This implementation tries to produce generally better and more consistent result
<thead>
<tr>
<th></th>
<th width=310px>VM</th>
<th width=310px>YYC</th>
<th width=360px>VM</th>
<th width=360px>YYC</th>
</tr>
</thead>
<tbody>
Expand All @@ -67,7 +67,13 @@ This implementation tries to produce generally better and more consistent result
<td>"ArgumentException"</td>
</tr>
<tr>
<th>exception_unhandled_handler</th>
<th>

exception
unhandled
handler

</th>
<td>

`message`: "Unable to find a handler for exception ArgumentException"
Expand Down Expand Up @@ -104,8 +110,8 @@ for object obj_exception_test:
<thead>
<tr>
<th></th>
<th width=310px>VM</th>
<th width=310px>YYC</th>
<th width=360px>VM</th>
<th width=360px>YYC</th>
</tr>
</thead>
<tbody>
Expand Down Expand Up @@ -161,7 +167,13 @@ Number of arguments expected 3, got 2"
</td>
</tr>
<tr>
<th>exception_unhandled_handler</th>
<th>

exception
unhandled
handler

</th>
<td valign="top">

`message`: "Unable to find a handler for exception ArgumentException
Expand Down

0 comments on commit 2f4b3b2

Please sign in to comment.