From a6de53664df9549a5dc93752647ea1d3bb336f7b Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 18 May 2012 15:04:35 -0400 Subject: [PATCH] Add CJK Compatibility Ideographs tests From: http://people.mozilla.org/~jdaggett/tests/cjkcompat.html --- test/shaping/texts/in-tree/shaper-default/MANIFEST | 3 ++- .../shaper-default/{script-japanese => script-han}/MANIFEST | 0 .../texts/in-tree/shaper-default/script-han/misc/MANIFEST | 1 + .../in-tree/shaper-default/script-han/misc/cjk-compat.txt | 3 +++ .../texts/in-tree/shaper-default/script-hiragana/MANIFEST | 1 + .../{script-japanese => script-hiragana}/misc/MANIFEST | 0 .../misc/kazuraki-liga-lines.txt | 0 .../misc/kazuraki-liga.txt | 0 8 files changed, 7 insertions(+), 1 deletion(-) rename test/shaping/texts/in-tree/shaper-default/{script-japanese => script-han}/MANIFEST (100%) create mode 100644 test/shaping/texts/in-tree/shaper-default/script-han/misc/MANIFEST create mode 100644 test/shaping/texts/in-tree/shaper-default/script-han/misc/cjk-compat.txt create mode 100644 test/shaping/texts/in-tree/shaper-default/script-hiragana/MANIFEST rename test/shaping/texts/in-tree/shaper-default/{script-japanese => script-hiragana}/misc/MANIFEST (100%) rename test/shaping/texts/in-tree/shaper-default/{script-japanese => script-hiragana}/misc/kazuraki-liga-lines.txt (100%) rename test/shaping/texts/in-tree/shaper-default/{script-japanese => script-hiragana}/misc/kazuraki-liga.txt (100%) diff --git a/test/shaping/texts/in-tree/shaper-default/MANIFEST b/test/shaping/texts/in-tree/shaper-default/MANIFEST index 0e08c0b90..f14322c1a 100644 --- a/test/shaping/texts/in-tree/shaper-default/MANIFEST +++ b/test/shaping/texts/in-tree/shaper-default/MANIFEST @@ -1,3 +1,4 @@ +script-han script-hebrew -script-japanese +script-hiragana script-linear-b diff --git a/test/shaping/texts/in-tree/shaper-default/script-japanese/MANIFEST b/test/shaping/texts/in-tree/shaper-default/script-han/MANIFEST similarity index 100% rename from test/shaping/texts/in-tree/shaper-default/script-japanese/MANIFEST rename to test/shaping/texts/in-tree/shaper-default/script-han/MANIFEST diff --git a/test/shaping/texts/in-tree/shaper-default/script-han/misc/MANIFEST b/test/shaping/texts/in-tree/shaper-default/script-han/misc/MANIFEST new file mode 100644 index 000000000..003c956cd --- /dev/null +++ b/test/shaping/texts/in-tree/shaper-default/script-han/misc/MANIFEST @@ -0,0 +1 @@ +cjk-compat.txt diff --git a/test/shaping/texts/in-tree/shaper-default/script-han/misc/cjk-compat.txt b/test/shaping/texts/in-tree/shaper-default/script-han/misc/cjk-compat.txt new file mode 100644 index 000000000..b3ab64570 --- /dev/null +++ b/test/shaping/texts/in-tree/shaper-default/script-han/misc/cjk-compat.txt @@ -0,0 +1,3 @@ +艹 +艹 +艹 diff --git a/test/shaping/texts/in-tree/shaper-default/script-hiragana/MANIFEST b/test/shaping/texts/in-tree/shaper-default/script-hiragana/MANIFEST new file mode 100644 index 000000000..b8752e7b9 --- /dev/null +++ b/test/shaping/texts/in-tree/shaper-default/script-hiragana/MANIFEST @@ -0,0 +1 @@ +misc diff --git a/test/shaping/texts/in-tree/shaper-default/script-japanese/misc/MANIFEST b/test/shaping/texts/in-tree/shaper-default/script-hiragana/misc/MANIFEST similarity index 100% rename from test/shaping/texts/in-tree/shaper-default/script-japanese/misc/MANIFEST rename to test/shaping/texts/in-tree/shaper-default/script-hiragana/misc/MANIFEST diff --git a/test/shaping/texts/in-tree/shaper-default/script-japanese/misc/kazuraki-liga-lines.txt b/test/shaping/texts/in-tree/shaper-default/script-hiragana/misc/kazuraki-liga-lines.txt similarity index 100% rename from test/shaping/texts/in-tree/shaper-default/script-japanese/misc/kazuraki-liga-lines.txt rename to test/shaping/texts/in-tree/shaper-default/script-hiragana/misc/kazuraki-liga-lines.txt diff --git a/test/shaping/texts/in-tree/shaper-default/script-japanese/misc/kazuraki-liga.txt b/test/shaping/texts/in-tree/shaper-default/script-hiragana/misc/kazuraki-liga.txt similarity index 100% rename from test/shaping/texts/in-tree/shaper-default/script-japanese/misc/kazuraki-liga.txt rename to test/shaping/texts/in-tree/shaper-default/script-hiragana/misc/kazuraki-liga.txt