# These tests will run only on system where a UTF-8 locale has been set up, # otherwise a `UnicodeDecodeError` can be risen. # When the command does not output in UTF-8, tests will also probably fail. !REQUIRES: locale | grep UTF-8 #😃 .should files are utf-8 files. # 👉 Unicode characters can thus be put both in comments, in test names as well as in test expressions. echo "✔ á" $ Check acute a (á) :á $ Check some emoji (✔) :✔ echo "é" | iconv -f utf8 -t latin1 $ Check acute e (é) f:é