From 28e24ce35596b5faaf57f3ad4925656e22b23d1c Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 6 Oct 2022 17:20:48 +0900 Subject: [ruby/rdoc] Allow spaces around pipes https://github.com/ruby/rdoc/commit/3b3a583580 --- test/rdoc/test_rdoc_markdown.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rdoc') diff --git a/test/rdoc/test_rdoc_markdown.rb b/test/rdoc/test_rdoc_markdown.rb index a02ff7c8cc..75195dab56 100644 --- a/test/rdoc/test_rdoc_markdown.rb +++ b/test/rdoc/test_rdoc_markdown.rb @@ -1065,7 +1065,7 @@ 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 |"\|" | boolean | escaped bar \| test -- cgit v1.2.3