1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Strip trailing spaces [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2020-12-11 23:14:36 +09:00
parent 68d3952c52
commit eea756ac86
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ module Fiddle
end
def test_malloc_block_no_free
assert_raise ArgumentError do
assert_raise ArgumentError do
Pointer.malloc(10) { |ptr| }
end
end

View file

@ -2139,7 +2139,7 @@ class Reline::KeyActor::Emacs::Test < Reline::TestCase
assert_byte_pointer_size("\u{1F468 200D 1F469 200D 1F467 200D}")
assert_cursor(2)
assert_cursor_max(2)
input_keys("\u{1F466}") # U+1F466 is boy "👦"
input_keys("\u{1F466}") # U+1F466 is boy "👦"
assert_line("\u{1F468 200D 1F469 200D 1F467 200D 1F466}")
assert_byte_pointer_size("\u{1F468 200D 1F469 200D 1F467 200D 1F466}")
assert_cursor(2)