[ruby/rdoc] Use single quotes to keep backslash literally
https://github.com/ruby/rdoc/commit/4ac9be7f48
This commit is contained in:
parent
1fd976db21
commit
8105ff9ac4
@ -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(){
|
||||
|
Loading…
x
Reference in New Issue
Block a user