/*
5 * Authors: see git history
6 * Initial author: Peter Moulder.
8 * Copyright (C) 2013 Authors
9 * Released under GNU GPL v2+, read the file
'COPYING' for more information.
11#include <cxxtest/TestSuite.h>
48 {
"a\"b<c>d;!@#$%^*(\\)?", 30}
50 for(
size_t i=0; i<G_N_ELEMENTS(cases); i++) {
68 {
"a\"b<c>d;!@#$%^*(\\)?",
"a"b<c>d;!@#$%^*(\\)?"}
70 for(
size_t i=0; i<G_N_ELEMENTS(cases); i++) {
72 TS_ASSERT_RELATION(
streq_rel, cases[i].s2, str );
static XmlQuoteTest * createSuite()
static void destroySuite(XmlQuoteTest *suite)
void testXmlQuoteStrdup()
void testXmlQuotedStrlen()
char * xml_quote_strdup(char const *src)
size_t xml_quoted_strlen(char const *val)
Returns the length of the string after quoting the characters "&<>.
TODO: insert short description here.
TODO: insert short description here.