Skip to content

Commit

Permalink
fixup! Enable String specs on win32
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypin committed Feb 5, 2020
1 parent 8b64ebd commit 6a40de1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/std/string_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -1100,11 +1100,11 @@ describe "String" do
"foobar".reverse.should eq("raboof")
end

pending_win32 "reverses utf-8 string" do
it "reverses utf-8 string" do
"こんいちは".reverse.should eq("はちいんこ")
end

pending_win32 "reverses taking grapheme clusters into account" do
it "reverses taking grapheme clusters into account" do
"noël".reverse.should eq("lëon")
end

Expand Down

0 comments on commit 6a40de1

Please sign in to comment.