mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
b6aca8d9a7
I am not hooking these to "make test", for two reasons: 1. utf8_step_forward is inside #ifdef CONFIG_UTF8 and I don't see how to make tests conditional on such options. 2. test/libtest.sh was copied from Git, which is under GPLv2-only. Adding more dependencies on it could make ELinks more difficult to relicense under GPLv2-or-later.
12 lines
440 B
Bash
Executable File
12 lines
440 B
Bash
Executable File
#! /bin/sh -e
|
|
|
|
./utf8-step-test forward cells-more 999 日本人 9 6
|
|
./utf8-step-test forward cells-more 6 日本人 9 6
|
|
./utf8-step-test forward cells-more 5 日本人 9 6
|
|
./utf8-step-test forward cells-more 4 日本人 6 4
|
|
|
|
./utf8-step-test forward cells-fewer 999 日本人 9 6
|
|
./utf8-step-test forward cells-fewer 6 日本人 9 6
|
|
./utf8-step-test forward cells-fewer 5 日本人 6 4
|
|
./utf8-step-test forward cells-fewer 4 日本人 6 4
|