Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lancejpollard committed May 16, 2023
1 parent 5e593cb commit 761a40e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,26 @@ const tone = require('.')
// words.forEach(word => test(word.pronunciation))

test('byu^dy')
test('diU--U-m')
test('ky~O!n')
test('ny~O-O+')
test('uu--u-y')
test('e-Qi-Qo$-')
test('a-a+fa+')
test('a-a-kpo$&-')
test('a-a+ri&+')
test('aa+si-ki+')
test('a+a+si-kiri-imu-')
test('aa+xa+a-ita-')
test('a-a-wE-')
test('a-a-yo-')
test('Omo$&lE-')
test('ya-u+ya-u+u-')
test('ka@ga@sh~Uqdjy~a@')
test('ka@_ga@hha@da@')
test('ka@ga@VoVo')
test('sa!a--a-w')
test('sO-!O--p')

function test(a) {
console.log(a, tone(a))
Expand Down

0 comments on commit 761a40e

Please sign in to comment.