mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Use a more rbx-friendly test for unicodeness
This commit is contained in:
parent
c3a706a193
commit
1ae93034da
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ describe "Pry#input_stack" do
|
|||
end
|
||||
|
||||
it "should be able to use unicode regexes on a UTF-8 terminal" do
|
||||
mock_pry('":-Þ" =~ /\p{Upper}/').should == %{=> 2\n\n}
|
||||
mock_pry('":-Þ" =~ /þ/i').should == %{=> 2\n\n}
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue