[ruby/rdoc] Use single quotes to keep backslash literally

https://github.com/ruby/rdoc/commit/4ac9be7f48
This commit is contained in:
Nobuyoshi Nakada 2023-12-06 17:27:28 +09:00 committed by git
parent 1fd976db21
commit 8105ff9ac4

View File

@ -460,7 +460,7 @@ VALUE mFoo = rb_define_module_under(rb_mKernel, "Foo");
end
def test_do_constants
content = <<-EOF
content = <<-'EOF'
#include <ruby.h>
void Init_foo(){