mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update to ruby/spec@7f22a0b
This commit is contained in:
parent
e6d93a27af
commit
67a1e22589
62 changed files with 656 additions and 59 deletions
|
@ -12,7 +12,7 @@ describe "StringIO#ungetbyte" do
|
|||
io.string.should == 'Shis is a simple string.'
|
||||
end
|
||||
|
||||
it "ungets a single byte from a string in the middle of a multibyte characte" do
|
||||
it "ungets a single byte from a string in the middle of a multibyte character" do
|
||||
str = "\u01a9"
|
||||
io = StringIO.new(str)
|
||||
b = io.getbyte
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue