
                                               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
                                                           |
[equalToXml]                                               | <deep-things>                                       <<<<< Body does not match
<deep-things>                                              |   <thing id="1">
  <thing id="1">                                           | <thing id="2">
    <thing id="2">                                         |       <thing id="3">
      <thing                                               |         <thing id="4">
id="3">                                                    | <thing id="5">
        <thing id="4">                                     | <thing id="6">
          <thing id="5">                                   |               Super long bit of text that
<thing id="6">                                             | should push it way over the length limit!
              Super wrong bit of text                      | </thing>
that should push it way over the length limit!             |           </thing>
</thing>                                                   |         </thing>
          </thing>                                         |       </thing>
        </thing>                                           |     </thing>
      </thing>                                             |   </thing>
    </thing>                                               | </deep-things>
  </thing>                                                 |
</deep-things>                                             |
                                                           |
-----------------------------------------------------------------------------------------------------------------------
