syslog-ng source
test_decode.c File Reference
#include <criterion/criterion.h>
#include "str-repr/decode.h"
Include dependency graph for test_decode.c:

Functions

 Test (decode, test_decode_unquoted_strings)
 
 Test (decode, test_decode_double_quoted_strings)
 
 Test (decode, test_decode_apostrophe_quoted_strings)
 
 Test (decode, test_decode_malformed_strings)
 
 Test (decode, test_decode_delimited_strings)
 

Variables

GString * value
 

Function Documentation

◆ Test() [1/5]

Test ( decode  ,
test_decode_apostrophe_quoted_strings   
)

◆ Test() [2/5]

Test ( decode  ,
test_decode_delimited_strings   
)

◆ Test() [3/5]

Test ( decode  ,
test_decode_double_quoted_strings   
)

◆ Test() [4/5]

Test ( decode  ,
test_decode_malformed_strings   
)

◆ Test() [5/5]

Test ( decode  ,
test_decode_unquoted_strings   
)

Variable Documentation

◆ value

GString* value