mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-23766: Re-add Json_writer unit test.
This commit is contained in:
committed by
Sergei Krivonos
parent
c1e1ca20f4
commit
04ad98b500
@ -105,7 +105,6 @@ int main(int args, char **argv)
|
||||
ok(w.invalid_json, "Named array in an array");
|
||||
}
|
||||
|
||||
// BAD:
|
||||
{
|
||||
Json_writer w;
|
||||
w.start_array();
|
||||
@ -113,7 +112,6 @@ int main(int args, char **argv)
|
||||
ok(w.invalid_json, "JSON object end of array");
|
||||
}
|
||||
|
||||
// BAD:
|
||||
{
|
||||
Json_writer w;
|
||||
w.start_object();
|
||||
|
Reference in New Issue
Block a user