Generator: added a test of one string in an array

This commit is contained in:
Benoît Blanchon
2014-06-24 13:34:55 +02:00
parent c8c1add4ab
commit f18f554c2f
5 changed files with 54 additions and 9 deletions

View File

@ -6,9 +6,3 @@
#include <string.h>
#include "JsonArray.h"
void JsonArray::writeTo(char* buffer, size_t bufferSize)
{
strncpy(buffer, "[]", bufferSize);
}