2016-04-13 23:39:22 +02:00
|
|
|
/** @file
|
2015-01-13 22:55:33 +01:00
|
|
|
* @author Edouard DUPIN
|
|
|
|
* @copyright 2014, Edouard DUPIN, all right reserved
|
|
|
|
* @license APACHE v2.0 (see license file)
|
|
|
|
*/
|
2016-02-02 21:18:54 +01:00
|
|
|
#pragma once
|
2015-01-13 22:55:33 +01:00
|
|
|
|
2016-10-02 15:58:37 +02:00
|
|
|
#include <etk/types.hpp>
|
2015-01-13 22:55:33 +01:00
|
|
|
|
|
|
|
// _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);
|
2015-01-13 22:55:33 +01:00
|
|
|
|