Added a failng test

This commit is contained in:
Benoit Blanchon
2014-08-01 14:35:54 +02:00
parent 5fb6edfc91
commit c1f4128ccd
4 changed files with 51 additions and 0 deletions

View File

@ -59,6 +59,11 @@ namespace ArduinoJson
content.asDouble = value;
}
operator const char*()
{
return "";
}
size_t printTo(Print& p) const
{
// handmade polymorphism