diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2024-02-18 02:37:31 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2024-02-18 02:37:31 -0700 |
| commit | 9ec3d1d4c4612e5484b469934abdc4b57429d6bd (patch) | |
| tree | da161dc19c83426ce0dff57609c3a33c3394f4f9 | |
| parent | 182b43ee445fdbb901941effe90e4e2247487489 (diff) | |
remove wip from test description [no ci]
| -rw-r--r-- | test/tables_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tables_test.rb b/test/tables_test.rb index 8a0aeb11..8e833281 100644 --- a/test/tables_test.rb +++ b/test/tables_test.rb @@ -266,7 +266,7 @@ context 'Tables' do assert_equal %(<pre>one\n*two*\nthree\n<four></pre>), result.to_s end - test 'wip should preserving leading spaces but not leading newlines or trailing spaces in literal table cells' do + test 'should preserving leading spaces but not leading newlines or trailing spaces in literal table cells' do input = <<~'EOS' [cols=2*] |=== |
