summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-08-28 19:58:18 +1000
committerJesse Duffield <jessedduffield@gmail.com>2018-08-28 20:08:35 +1000
commit8c2b8cfb517fc2c8a506a0a2480c5dacb2ec3a6d (patch)
treeb39335b9524eedd51d81b68522661d5d364345de /test
parent145cba34a0ab2653c9c4e403ad9b4d84129892c0 (diff)
support unicode characters
Diffstat (limited to 'test')
-rwxr-xr-xtest/repos/unicode_characters.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/repos/unicode_characters.sh b/test/repos/unicode_characters.sh
index fc4cddf1b..3ae129751 100755
--- a/test/repos/unicode_characters.sh
+++ b/test/repos/unicode_characters.sh
@@ -15,9 +15,8 @@ ZWJ https://en.wikipedia.org/wiki/Zero-width_joiner / https://unicode.org/
UNICODE ☆ 🤓 え 术
EOT
git add charstest.txt
-git commit -m "Test chars Œ¥ƒ👶👨‍👦☆ 🤓 え 术 commit"
+git commit -m "Test chars Œ¥ƒ👶👨‍👦☆ 🤓 え 术👩‍💻👩🏻‍💻👩🏽‍💻👩🏼‍💻👩🏾‍💻👩🏿‍💻👨‍💻👨🏻‍💻👨🏼‍💻👨🏽‍💻👨🏾‍💻👨🏿‍💻 commit"
echo "我喜歡編碼" >> charstest.txt
echo "நான் குறியீடு விரும்புகிறேன்" >> charstest.txt
git add charstest.txt
git commit -m "Test chars 我喜歡編碼 நான் குறியீடு விரும்புகிறேன் commit"
-