summaryrefslogtreecommitdiff
path: root/test/test-japanese.js
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-04-22 21:37:28 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-04-22 21:37:28 -0400
commita761e420846c5a60ad70a5ad0df186c26f97ffd1 (patch)
tree3e6041a01d24d6ec834cdf244774e0265fb1fe70 /test/test-japanese.js
parent2f931e55854daf552f1080ba41b81782000b5e0e (diff)
Update tests
Diffstat (limited to 'test/test-japanese.js')
-rw-r--r--test/test-japanese.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test-japanese.js b/test/test-japanese.js
index 87efdfad..321861d5 100644
--- a/test/test-japanese.js
+++ b/test/test-japanese.js
@@ -434,17 +434,17 @@ function testIsMoraPitchHigh() {
[[2, 1], false],
[[3, 1], false],
- [[0, 2], true],
+ [[0, 2], false],
[[1, 2], true],
[[2, 2], false],
[[3, 2], false],
- [[0, 3], true],
+ [[0, 3], false],
[[1, 3], true],
[[2, 3], true],
[[3, 3], false],
- [[0, 4], true],
+ [[0, 4], false],
[[1, 4], true],
[[2, 4], true],
[[3, 4], true]