Skip to content

Commit

Permalink
Align patches_test/irb-test_command.rb.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed Jan 20, 2025
1 parent 50dcdaf commit 9871dad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions patches_test/irb-test_command.rb.patch
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/test/irb/test_command.rb b/test/irb/test_command.rb
index 567c3216cc..31a188c65e 100644
index ec2d1f92df..fb8ca31b8a 100644
--- a/test/irb/test_command.rb
+++ b/test/irb/test_command.rb
@@ -780,6 +780,10 @@ def test_show_doc_without_rdoc
@@ -817,6 +817,10 @@ def test_show_doc_without_rdoc
end

class EditTest < CommandTestCase
Expand All @@ -13,7 +13,7 @@ index 567c3216cc..31a188c65e 100644
def setup
@original_visual = ENV["VISUAL"]
@original_editor = ENV["EDITOR"]
@@ -839,7 +843,7 @@ def test_edit_with_constant
@@ -876,7 +880,7 @@ def test_edit_with_constant
)

assert_empty err
Expand All @@ -22,7 +22,7 @@ index 567c3216cc..31a188c65e 100644
assert_match("command: ': code'", out)
end

@@ -849,7 +853,7 @@ def test_edit_with_class_method
@@ -886,7 +890,7 @@ def test_edit_with_class_method
)

assert_empty err
Expand All @@ -31,7 +31,7 @@ index 567c3216cc..31a188c65e 100644
assert_match("command: ': code'", out)
end

@@ -859,7 +863,7 @@ def test_edit_with_instance_method
@@ -896,7 +900,7 @@ def test_edit_with_instance_method
)

assert_empty err
Expand Down

0 comments on commit 9871dad

Please sign in to comment.