pazpar2  1.14.1
Functions
test_normalize.c File Reference
#include <string.h>
#include <yaz/xmalloc.h>
#include <yaz/test.h>
#include "normalize7bit.h"

Go to the source code of this file.

Functions

int test_normalize7bit_generic (const char *rm_chars, const char *input, const char *expect_output)
 
int test_normalize7bit_mergekey (const char *input, const char *expect_output)
 
int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 55 of file test_normalize.c.

References test_normalize7bit_generic(), and test_normalize7bit_mergekey().

◆ test_normalize7bit_generic()

int test_normalize7bit_generic ( const char *  rm_chars,
const char *  input,
const char *  expect_output 
)

Definition at line 30 of file test_normalize.c.

References normalize7bit_generic().

Referenced by main().

◆ test_normalize7bit_mergekey()

int test_normalize7bit_mergekey ( const char *  input,
const char *  expect_output 
)

Definition at line 42 of file test_normalize.c.

References normalize7bit_mergekey().

Referenced by main().