mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-28 22:23:21 +01:00
6 lines
116 B
C++
6 lines
116 B
C++
|
#ifndef ARABICA_TEST_SAX2DOM_CDATA_HPP
|
||
|
#define ARABICA_TEST_SAX2DOM_CDATA_HPP
|
||
|
|
||
|
TestSuite* CDATATest_suite();
|
||
|
|
||
|
#endif
|