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:
parent
68d3952c52
commit
eea756ac86
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue