I did this stuff back in August. It's all in support of EWTS->Tibetan
conversion. The tag 'TODO(DLC)[EWTS->Tibetan]' exists all over the place. EWTS->Tibetan isn't here yet; lexing isn't here yet; this is mainly a refactoring so that the ACIP->Tibetan code can be reused to do EWTS->Tibetan. I'm committing this because tests pass (it shouldn't be breaking anything), because I want a checkpoint, and because the laptop this sandbox was on isn't my preferred development environment.
This commit is contained in:
parent
83f499b7a8
commit
37bf9a736d
26 changed files with 43219 additions and 98 deletions
|
@ -13,7 +13,7 @@ License for the specific terms governing rights and limitations under the
|
|||
License.
|
||||
|
||||
The Initial Developer of this software is the Tibetan and Himalayan Digital
|
||||
Library (THDL). Portions created by the THDL are Copyright 2003 THDL.
|
||||
Library (THDL). Portions created by the THDL are Copyright 2003-2004 THDL.
|
||||
All Rights Reserved.
|
||||
|
||||
Contributor(s): ______________________________________.
|
||||
|
@ -29,7 +29,7 @@ import junit.framework.TestCase;
|
|||
|
||||
|
||||
/** Tests this package, especially {@link #TPairListFactory} and
|
||||
* {@link TPairList}.
|
||||
* {@link TPairList}. Tests use ACIP more than EWTS.
|
||||
*
|
||||
* @author David Chandler */
|
||||
public class PackageTest extends TestCase {
|
||||
|
@ -10495,7 +10495,7 @@ tstHelper("shKA");
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/** Tests warning/error messages 512 and 507 */
|
||||
public void test512And507() {
|
||||
// Plain "GNY" is interpreted as two stacks, so no 512 warning
|
||||
// is given. FIXME 946058
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue