
                                               Request was not matched
                                               =======================

-----------------------------------------------------------------------------------------------------------------------
| Closest stub                                             | Request                                                  |
-----------------------------------------------------------------------------------------------------------------------
                                                           |
The post stub with a really long name that ought to wrap   |
and let us see exactly how that looks when it is done      |
                                                           |
POST                                                       | POST
/thing                                                     | /thing
                                                           |
<deep-things>                                              | <deep-things>                                       <<<<< Body does not match
  <thing id="1">                                           |   <thing id="1">
    <thing id="2">                                         |     <thing id="2">
<thing id="3">                                             | <thing id="3">
        <thing id="4">                                     |         <thing id="4">
          <thing                                           |           <thing
id="5">                                                    | id="5">
            <thing id="6">                                 |             <thing id="6">
              Super                                        |               Super
wrong bit of text that should push it way over the length  | long bit of text that should push it way over the length
limit!                                                     | limit!
            </thing>                                       |             </thing>
          </thing>                                         |           </thing>
</thing>                                                   | </thing>
      </thing>                                             |       </thing>
    </thing>                                               |     </thing>
</thing>                                                   | </thing>
</deep-things>                                             | </deep-things>
                                                           |
-----------------------------------------------------------------------------------------------------------------------
