trying to fix broken list deserialization

This commit is contained in:
2022-04-21 00:20:25 +03:00
parent 2a6ad6e207
commit 2aee6af0ca
3 changed files with 41 additions and 31 deletions

View File

@@ -2,6 +2,8 @@
#include "../DtsodParser/DtsodV24.h"
const char text[]=
"list_of_lists: [ [\"sss\"]];"
"blank_list: [];"
"message: {\n"
" bool: false;"
" int: -2515;"
@@ -9,7 +11,6 @@ const char text[]=
" double: 965.557f;#another comment!\n"
" text: \"_$\\\"\\\\'''a ыыы000;2;=:%d;```\";\n"
" list: [10,20,30,0,0 ];"
" list_of_lists: [ [\"sss\"]];"
"};";
void print_dtsod(Hashtable* dtsod){