aboutsummaryrefslogtreecommitdiffstats
path: root/test/rdoc
diff options
context:
space:
mode:
Diffstat (limited to 'test/rdoc')
-rw-r--r--test/rdoc/test_rdoc_options.rb4
-rw-r--r--test/rdoc/test_rdoc_parser_c.rb2
-rw-r--r--test/rdoc/test_rdoc_text.rb4
3 files changed, 5 insertions, 5 deletions
diff --git a/test/rdoc/test_rdoc_options.rb b/test/rdoc/test_rdoc_options.rb
index 7fa0c10869..440c77bec3 100644
--- a/test/rdoc/test_rdoc_options.rb
+++ b/test/rdoc/test_rdoc_options.rb
@@ -504,7 +504,7 @@ rdoc_include:
end
assert_equal 0, e.status
-
+
assert File.exist? '.rdoc_options'
end
ensure
@@ -583,7 +583,7 @@ rdoc_include:
def test_write_options
temp_dir do |dir|
@options.write_options
-
+
assert File.exist? '.rdoc_options'
assert_equal @options, YAML.load(File.read('.rdoc_options'))
diff --git a/test/rdoc/test_rdoc_parser_c.rb b/test/rdoc/test_rdoc_parser_c.rb
index f2e2473cfa..e739476b74 100644
--- a/test/rdoc/test_rdoc_parser_c.rb
+++ b/test/rdoc/test_rdoc_parser_c.rb
@@ -491,7 +491,7 @@ void Init_File(void) {
rb_include_module(rb_cIO, rb_mFConst);
/* Document-const: LOCK_SH
- *
+ *
* Shared lock
*/
rb_file_const("LOCK_SH", INT2FIX(LOCK_SH));
diff --git a/test/rdoc/test_rdoc_text.rb b/test/rdoc/test_rdoc_text.rb
index 78d5fdec27..473bd3cadd 100644
--- a/test/rdoc/test_rdoc_text.rb
+++ b/test/rdoc/test_rdoc_text.rb
@@ -153,7 +153,7 @@ The comments associated with
text = <<-TEXT
/*
* we don't worry too much.
- *
+ *
* The comments associated with
*/
TEXT
@@ -171,7 +171,7 @@ The comments associated with
text = <<-TEXT
/*
* we don't worry too much.
- *
+ *
* The comments associated with
*/
TEXT