1
0
Fork 0
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:
Conrad Irwin 2012-01-29 00:10:01 -08:00
parent c3a706a193
commit 1ae93034da

View file

@ -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