Skip to content

Commit 81c9a76

Browse files
committed
Add a diff to ry. CI should fail.
1 parent 7ad0910 commit 81c9a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rdoc/rd/inline_parser.ry

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class InlineParser
6060

6161
emphasis : EM_OPEN content EM_CLOSE {
6262
content = val[1]
63-
result = inline "<em>#{content}</em>", content
63+
result = inline "<em> #{content} </em>", content
6464
}
6565
;
6666

0 commit comments

Comments
 (0)