Added more test of escaped chars

This commit is contained in:
Benoit Blanchon
2014-10-17 22:32:55 +02:00
parent 32ffb75394
commit 1f6bd5c04d
2 changed files with 52 additions and 4 deletions

View File

@ -1,6 +1,6 @@
/*
* Arduino JSON library
* Benoit Blanchon 2014 - MIT License
/*
* Arduino JSON library
* Benoit Blanchon 2014 - MIT License
*/
#include "CppUnitTest.h"
@ -14,7 +14,7 @@ namespace ArduinoJsonParserTests
TEST_CLASS(JsonStringTests)
{
const char* actual;
char json[256];
char json[256];
JsonParser<32> parser;
public: