We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba800ed commit 713539cCopy full SHA for 713539c
2 files changed
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
bundler-cache: true
35
- run: COVERAGE=1 bundle exec rspec
36
37
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
38
with:
39
name: coverage-report
40
path: 'coverage/*'
spec/tty_string_spec.rb
@@ -406,8 +406,8 @@
406
end
407
408
it 'renders the end of the string with the last written color code' do
409
- expect(" plain\e[31m\e[9D.red")
410
- .to render_with_style_as " .\e[31mred\e[0m plain\e[31m"
+ expect(" plain\e[31m\e[10D.red")
+ .to render_with_style_as " \e[31m.red\e[0m plain\e[31m"
411
412
413
it 'assumes the string begins reset' do
0 commit comments