mirror of
https://github.com/falk-werner/webfuse-provider
synced 2026-03-02 04:09:18 +00:00
removed unused code
This commit is contained in:
@@ -130,4 +130,10 @@ TEST(json_parser, parse_fail_invalid_json)
|
||||
ASSERT_EQ(nullptr, doc);
|
||||
}
|
||||
|
||||
{
|
||||
char text[] = "[\"method\",[], {}, \"params\":,42]";
|
||||
wfp_json_doc * doc = parse_json(text);
|
||||
ASSERT_EQ(nullptr, doc);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user