forked from Imagelibrary/rtems
utf8proc1/spedgsched01: minor fixes in test document files
This commit is contained in:
committed by
Joel Sherrill
parent
03d184d0f8
commit
d2d4a8f99d
@@ -1,23 +1,31 @@
|
||||
# COPYRIGHT (c) 1989-2013.
|
||||
# On-Line Applications Research Corporation (OAR).
|
||||
#
|
||||
# The license and distribution terms for this file may be
|
||||
# found in the file LICENSE in this distribution or at
|
||||
# http://www.rtems.org/license/LICENSE.
|
||||
|
||||
This file describes the directives and concepts tested by this test set.
|
||||
|
||||
test set name: utf8proc01
|
||||
|
||||
directives:
|
||||
- utf8proc_errmsg ( )
|
||||
- utf8proc_version ( )
|
||||
- utf8proc_iterate ( )
|
||||
- utf8proc_encode_char ( )
|
||||
- utf8proc_get_property ( )
|
||||
- utf8proc_decompose_char ( )
|
||||
- utf8proc_decompose ( )
|
||||
- utf8proc_reencode ( )
|
||||
- utf8proc_map ( )
|
||||
- utf8proc_NFD ( )
|
||||
- utf8proc_NFC ( )
|
||||
- utf8proc_NFKD ( )
|
||||
- utf8proc_NFKC ( )
|
||||
- utf8proc_errmsg()
|
||||
- utf8proc_version()
|
||||
- utf8proc_iterate()
|
||||
- utf8proc_encode_char()
|
||||
- utf8proc_get_property()
|
||||
- utf8proc_decompose_char()
|
||||
- utf8proc_decompose()
|
||||
- utf8proc_reencode()
|
||||
- utf8proc_map()
|
||||
- utf8proc_NFD()
|
||||
- utf8proc_NFC()
|
||||
- utf8proc_NFKD()
|
||||
- utf8proc_NFKC()
|
||||
|
||||
concepts:
|
||||
- Call interface methods of library utf8proc in order to make sure they compiled and linked ok.
|
||||
- The library is third party, thus it should be sufficient for us to make sure we can build it correctly.
|
||||
|
||||
- Call interface methods of library utf8proc in order to make sure they are
|
||||
compiled and linked ok.
|
||||
- The library is third party, thus it should be sufficient for us to make sure
|
||||
we can build it correctly.
|
||||
|
||||
Reference in New Issue
Block a user