Strip trailing spaces [ci skip]
This commit is contained in:
parent
68d3952c52
commit
eea756ac86
@ -45,7 +45,7 @@ module Fiddle
|
|||||||
end
|
end
|
||||||
|
|
||||||
def test_malloc_block_no_free
|
def test_malloc_block_no_free
|
||||||
assert_raise ArgumentError do
|
assert_raise ArgumentError do
|
||||||
Pointer.malloc(10) { |ptr| }
|
Pointer.malloc(10) { |ptr| }
|
||||||
end
|
end
|
||||||
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_byte_pointer_size("\u{1F468 200D 1F469 200D 1F467 200D}")
|
||||||
assert_cursor(2)
|
assert_cursor(2)
|
||||||
assert_cursor_max(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_line("\u{1F468 200D 1F469 200D 1F467 200D 1F466}")
|
||||||
assert_byte_pointer_size("\u{1F468 200D 1F469 200D 1F467 200D 1F466}")
|
assert_byte_pointer_size("\u{1F468 200D 1F469 200D 1F467 200D 1F466}")
|
||||||
assert_cursor(2)
|
assert_cursor(2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user