diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:47:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:47:37 +0000 |
commit | 00e2eb4fd0266c5be01e3a527a66aaad5ab4b634 (patch) | |
tree | a6a58bd544eb0b76b9d3acc678ea88791acca045 /test/04-function-right-utf8.txt | |
parent | Initial commit. (diff) | |
download | libixion-00e2eb4fd0266c5be01e3a527a66aaad5ab4b634.tar.xz libixion-00e2eb4fd0266c5be01e3a527a66aaad5ab4b634.zip |
Adding upstream version 0.19.0.upstream/0.19.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test/04-function-right-utf8.txt')
-rw-r--r-- | test/04-function-right-utf8.txt | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/test/04-function-right-utf8.txt b/test/04-function-right-utf8.txt new file mode 100644 index 0000000..b8cd8eb --- /dev/null +++ b/test/04-function-right-utf8.txt @@ -0,0 +1,33 @@ +%mode init +A1@今日は姉の誕生日です。 +B1=RIGHT(A1,0) +B2=RIGHT(A1,1) +B3=RIGHT(A1,2) +B4=RIGHT(A1,3) +B5=RIGHT(A1,4) +B6=RIGHT(A1,5) +B7=RIGHT(A1,6) +B8=RIGHT(A1,7) +B9=RIGHT(A1,8) +B10=RIGHT(A1,9) +B11=RIGHT(A1,10) +B12=RIGHT(A1,11) +B13=RIGHT(A1,12) +B14=RIGHT(A1) +%calc +%mode result +B1="" +B2="。" +B3="す。" +B4="です。" +B5="日です。" +B6="生日です。" +B7="誕生日です。" +B8="の誕生日です。" +B9="姉の誕生日です。" +B10="は姉の誕生日です。" +B11="日は姉の誕生日です。" +B12="今日は姉の誕生日です。" +B13="今日は姉の誕生日です。" +B14="。" +%check |