Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix indent test and output sequence test for new reline #908

Merged
merged 1 commit into from
Mar 24, 2024

Conversation

tompng
Copy link
Member

@tompng tompng commented Mar 22, 2024

CI is failing after ruby/reline#614 is merged.

Indent is changed/fixed

For example, pasting "a\n .b\n .c":

Reline 0.4.2
> a
>   .b
> .c█

Reline 0.5.0.pre.1
> a
>   .b
>   .c█

This pull request changes the test to pass with both version by using "a\n .b\n .c\n.d".

test/irb/test_irb.rb Outdated Show resolved Hide resolved
@tompng tompng merged commit 7c16ce0 into ruby:master Mar 24, 2024
29 checks passed
@tompng tompng deleted the fix_test_reline_0.5.0 branch March 24, 2024 12:54
matzbot pushed a commit to ruby/ruby that referenced this pull request Mar 24, 2024
artur-intech pushed a commit to artur-intech/ruby that referenced this pull request Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants