Skip to content

Commit

Permalink
Merge pull request #187050 from Homebrew/uni-algo-test
Browse files Browse the repository at this point in the history
uni-algo: improve test
  • Loading branch information
BrewTestBot authored Sep 11, 2024
2 parents fac5872 + 9f20ad6 commit b0f0092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/u/uni-algo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def install
(testpath/"utf8_norm.cpp").write <<~EOS
#include <uni_algo/norm.h>
int main() {
return (una::norm::to_nfc_utf8("W\u0302") == "Ŵ") ? 0 : 1;
return (una::norm::to_nfc_utf8("W\\u0302") == "Ŵ") ? 0 : 1;
}
EOS

Expand Down

0 comments on commit b0f0092

Please sign in to comment.