Skip to content

Commit 01ce86a

Browse files
authored
Add reference link for Korean composition tests
Added a reference link to the tests for clarity.
1 parent 50d1877 commit 01ce86a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/korean-composer.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { describe, expect, it } from "vitest";
22
import { composeKorean } from "./korean-composer.ts";
33

4+
// For all of the tests, do refer to https://github.com/dzikoysk/khangul/blob/main/khangul/src/commonTest/kotlin/HangulContextTest.kt
45
describe("Korean Composition", () => {
56
describe("Basic syllable formation", () => {
67
it("should compose ㅅ + ㅐ = 새", () => {

0 commit comments

Comments
 (0)