修訂 | 0ac14a634a0488b57ff0b0c9fe38402b74047a00 (tree) |
---|---|
時間 | 2015-03-11 19:47:38 |
作者 | ![]() |
Commiter | Takuya Nishimoto |
ti34973 in progress
@@ -175,6 +175,15 @@ tests = [ | ||
175 | 175 | 'comment': '記号はUnicode正規化', |
176 | 176 | }, |
177 | 177 | { |
178 | + 'text': '(日)', | |
179 | + 'input': '(ニチ)', | |
180 | + 'output': '⠶⠇⠗⠶', | |
181 | + 'inpos2': [0,1,2], | |
182 | + 'inpos1': [0,1,2,3], | |
183 | + 'inpos': [0,1,1,1,2], | |
184 | + 'comment': 'nvdajp ticket34973', | |
185 | + }, | |
186 | + { | |
178 | 187 | 'text': '[ア]', |
179 | 188 | 'input': '[ア]', |
180 | 189 | 'output': '⠐⠶⠁⠶⠂', |