Class | Description |
---|---|
AllTests | |
BibtexCaseChangerTest | |
BibtexNameFormatterTest | |
BibtexPurifyTest | |
BibtexWidthTest |
How to create these test using Bibtex:
Execute this charWidth.bst with the following charWidth.aux:
ENTRY{}{}{}
FUNCTION{test}
{
"i" width$ int.to.str$ write$ newline$
"0I~ " width$ int.to.str$ write$ newline$
"Hi Hi " width$ int.to.str$ write$ newline$
"{\oe}" width$ int.to.str$ write$ newline$
"Hi {\oe }Hi " width$ int.to.str$ write$ newline$
}
READ
EXECUTE{test}
\bibstyle{charWidth}
\citation{canh05}
\bibdata{test}
\bibcite{canh05}{CMM{$^{+}$}05}
|
TestVM | |
TextPrefixFunctionTest |