mirror of
https://github.com/jarun/nnn.git
synced 2024-11-04 18:33:12 +00:00
Add tests for Unicode and astral codepoints
This commit is contained in:
parent
17350ecca4
commit
d0e4c0aac2
|
@ -7,7 +7,7 @@ test -e test && {
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
mkdir test && cd test
|
mkdir outdir && cd outdir
|
||||||
|
|
||||||
echo 'It works!' > normal.txt
|
echo 'It works!' > normal.txt
|
||||||
echo 'Με δουλέβει;' > 'κοινό.txt'
|
echo 'Με δουλέβει;' > 'κοινό.txt'
|
||||||
|
@ -30,3 +30,10 @@ echo 'chmod 000 test/cage' > cage/lock.sh
|
||||||
echo 'chmod 755 test/cage' > cage-unlock.sh
|
echo 'chmod 755 test/cage' > cage-unlock.sh
|
||||||
mkdir cage/lion
|
mkdir cage/lion
|
||||||
echo 'chmod 000 test/cage' > cage/lion/lock.sh
|
echo 'chmod 000 test/cage' > cage/lion/lock.sh
|
||||||
|
mkdir unicode
|
||||||
|
touch 'unicode/Malgudi Days - मालगुडी डेज - E05. Swami and Friends - स्वामी और उसके दोस्त (Part 1)'
|
||||||
|
touch 'unicode/Malgudi Days - मालगुडी डेज - E05. Swami and Friends - स्वामी और उसके दोस्त (Part 2)'
|
||||||
|
touch 'unicode/Malgudi Days - मालगुडी डेज - E05. Swami and Friends - स्वामी और उसके दोस्त (Part 3)'
|
||||||
|
chmod +x 'unicode/Malgudi Days - मालगुडी डेज - E05. Swami and Friends - स्वामी और उसके दोस्त (Part 2)'
|
||||||
|
touch 'unicode/Führer'
|
||||||
|
touch 'unicode/Eso eso aamar ghare eso ♫ এসো এসো আমার ঘরে এসো ♫ Swagatalakshmi Dasgupta'
|
||||||
|
|
Loading…
Reference in a new issue