Defines |
|
#define | kMaxDepth 32 |
Functions |
| static NMEErr | encodeURLFunNull (NMEConstText link, NMEInt linkLen, NMEContext *context, void *data) |
| | NMEEncodeURLFun function which encodes link to a URL for null output, producing no output.
|
| static NMEErr | encodeCharFunNull (NMEConstText src, NMEInt srcLen, NMEInt *srcIx, NMEContext *context, void *data) |
| | NMEEncodeCharFun function which encodes characters for null output, producing no output; the encodeCharData field is ignored (can be set to NULL).
|
| NMEErr | NMETest (NMEConstText output, NMEInt outputLength, NMEInt *lineNumber) |
| | Test the output generated with NMEOutputFormatTest.
|
Variables |
| NMEOutputFormat const | NMEOutputFormatTest |
| | Test format to check the correct nesting of style strings.
|
Test style to check the correct nesting of NME style strings.
- Author:
- Yves Piguet.
- Copyright:
- 2011-2013, Yves Piguet
Definition in file NMETest.c.