Sha256: 850e5a7b71bf6705ac8804878e9345cf248259262935d1d2d8e0f25bf093f7d8

Contents?: true

Size: 416 Bytes

Versions: 78

Compression:

Stored size: 416 Bytes

Contents

<table>
  <tr>
    <td> one two </td>        <!-- padded with spaces -->
    <td>three   four</td>     <!-- multiple spaces in a row -->
  </tr>
  <tr>
    <td>five
      six</td>                <!-- line break -->
    <td>seven&nbsp;eight</td> <!-- non-breaking space -->
    </tr>
  <tr>
    <td>nine&#x200b;ten</td>   <!-- zero-width space -->
    <td>eleven&shy;twelve</td> <!-- soft hyphen -->
  </tr>
</table>

Version data entries

78 entries across 78 versions & 1 rubygems

Version Path
spreewald-4.6.3 tests/shared/app/views/tables/table_with_weird_spaces.html.erb
spreewald-4.6.2 tests/shared/app/views/tables/table_with_weird_spaces.html.erb
spreewald-4.6.1 tests/shared/app/views/tables/table_with_weird_spaces.html.erb
spreewald-4.6.0 tests/shared/app/views/tables/table_with_weird_spaces.html.erb
spreewald-4.5.1 tests/shared/app/views/tables/table_with_weird_spaces.html.erb
spreewald-4.5.0 tests/shared/app/views/tables/table_with_weird_spaces.html.erb
spreewald-4.4.4 tests/shared/app/views/tables/table_with_weird_spaces.html.erb
spreewald-4.4.3 tests/shared/app/views/tables/table_with_weird_spaces.html.erb
spreewald-4.4.2 tests/shared/app/views/tables/table_with_weird_spaces.html.erb
spreewald-4.4.1 tests/shared/app/views/tables/table_with_weird_spaces.html.erb
spreewald-4.4.0 tests/shared/app/views/tables/table_with_weird_spaces.html.erb
spreewald-4.3.6 tests/shared/app/views/tables/table_with_weird_spaces.html.erb
spreewald-4.3.5 tests/shared/app/views/tables/table_with_weird_spaces.html.erb
spreewald-4.3.4 tests/shared/app/views/tables/table_with_weird_spaces.html.erb
spreewald-4.3.3 tests/shared/app/views/tables/table_with_weird_spaces.html.erb
spreewald-4.3.2 tests/shared/app/views/tables/table_with_weird_spaces.html.erb
spreewald-4.2.3 tests/shared/app/views/tables/table_with_weird_spaces.html.erb
spreewald-4.2.2 tests/shared/app/views/tables/table_with_weird_spaces.html.erb
spreewald-4.1.2 tests/shared/app/views/tables/table_with_weird_spaces.html.erb
spreewald-4.1.1 tests/shared/app/views/tables/table_with_weird_spaces.html.erb