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
|
2017-01-05 21:28:23 +01:00
|
|
|
* @license MPL v2.0 (see license file)
|
2015-01-13 22:55:33 +01:00
|
|
|
*/
|
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 ????
|
2017-08-28 00:05:54 +02:00
|
|
|
void exmlLocalTest(const etk::String& _ref,
|
|
|
|
const etk::String& _input,
|
2016-04-13 23:39:22 +02:00
|
|
|
int32_t _errorPos,
|
|
|
|
bool _caseInSensitive=false);
|
2015-01-13 22:55:33 +01:00
|
|
|
|