Closed tompng closed 8 months ago
CI is failing after https://github.com/ruby/reline/pull/614 is merged.
For example, pasting "a\n .b\n .c":
"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".
"a\n .b\n .c\n.d"
CI is failing after https://github.com/ruby/reline/pull/614 is merged.
Indent is changed/fixed
For example, pasting
"a\n .b\n .c"
:This pull request changes the test to pass with both version by using
"a\n .b\n .c\n.d"
.