Skip to content

Commit 4ac9be7

Browse files
committed
Use single quotes to keep backslash literally
1 parent 3a214c1 commit 4ac9be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rdoc/test_rdoc_parser_c.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ def test_do_classes_module_under
460460
end
461461

462462
def test_do_constants
463-
content = <<-EOF
463+
content = <<-'EOF'
464464
#include <ruby.h>
465465
466466
void Init_foo(){

0 commit comments

Comments
 (0)