exml/test/exmlTestCommon.hpp

16 lines
449 B
C++
Raw Normal View History

2016-04-13 23:39:22 +02:00
/** @file
* @author Edouard DUPIN
* @copyright 2014, Edouard DUPIN, all right reserved
* @license APACHE v2.0 (see license file)
*/
#pragma once
2016-10-02 15:58:37 +02:00
#include <etk/types.hpp>
// _errorPos : -1 : no error , 1 : parsing error, 2 generation error, 3 comparaison error ????
2016-04-13 23:39:22 +02:00
void exmlLocalTest(const std::string& _ref,
const std::string& _input,
int32_t _errorPos,
bool _caseInSensitive=false);