summaryrefslogtreecommitdiff
path: root/test/rdoc/test_rdoc_markdown.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rdoc/test_rdoc_markdown.rb')
-rw-r--r--test/rdoc/test_rdoc_markdown.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/rdoc/test_rdoc_markdown.rb b/test/rdoc/test_rdoc_markdown.rb
index 4c45794343..1b13e2e7e6 100644
--- a/test/rdoc/test_rdoc_markdown.rb
+++ b/test/rdoc/test_rdoc_markdown.rb
@@ -1065,9 +1065,9 @@ and an extra note.[^2]
def test_gfm_table_2
doc = parse <<~MD
| Cmd | Returns | Meaning
- |-----|---------|--------
- | "b" | boolean | True if file1 is a block device
- | "c" | boolean | True if file1 is a character device
+ ------|---------|--------
+ |"b" | boolean | True if file1 is a block device
+ "c" | boolean | True if file1 is a character device
MD
head = %w[Cmd Returns Meaning]