diff options
| author | Peng Wu <epico@dhcp-65-116.nay.redhat.com> | 2010-04-06 16:50:28 +0800 |
|---|---|---|
| committer | Peng Wu <alexepico@gmail.com> | 2010-05-19 10:09:32 +0800 |
| commit | 55e2c5679defc8184a0ba69f31fbf4d77d5eae8f (patch) | |
| tree | e957560bc7c914760c034918da031e8c7846ce89 /lua/test.lua | |
| parent | f0caf8ca6f53961952bae84b678dce76762b4ed3 (diff) | |
| download | ibus-libpinyin-55e2c5679defc8184a0ba69f31fbf4d77d5eae8f.tar.gz ibus-libpinyin-55e2c5679defc8184a0ba69f31fbf4d77d5eae8f.tar.xz ibus-libpinyin-55e2c5679defc8184a0ba69f31fbf4d77d5eae8f.zip | |
add table check in join_string.
Diffstat (limited to 'lua/test.lua')
| -rw-r--r-- | lua/test.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/test.lua b/lua/test.lua index c901bee..b16cc6b 100644 --- a/lua/test.lua +++ b/lua/test.lua @@ -11,6 +11,7 @@ tab = ime.split_string("aa..bb..cc", ".."); print(ime.join_string(tab, ", ")); print(ime.join_string({}, "..")); +print(ime.join_string({"aa"}, " ")); _MAPPING_TABLE = [[ a 啊 |
