File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,11 +47,12 @@ def read_file(path):
4747 f .write ('namespace a2ui {\n ' )
4848 f .write ('namespace internal {\n \n ' )
4949
50- f .write ('const char* SERVER_TO_CLIENT_SCHEMA_V08 = R"(' + v08_s2c_content + ')";\n \n ' )
51- f .write ('const char* SERVER_TO_CLIENT_SCHEMA_V09 = R"(' + v09_s2c_content + ')";\n \n ' )
52- f .write ('const char* COMMON_TYPES_SCHEMA_V09 = R"(' + v09_common_content + ')";\n \n ' )
53- f .write ('const char* BASIC_CATALOG_V08 = R"(' + v08_catalog_content + ')";\n \n ' )
54- f .write ('const char* BASIC_CATALOG_V09 = R"(' + v09_catalog_content + ')";\n \n ' )
50+ f .write ('const char* SERVER_TO_CLIENT_SCHEMA_V08 = R"schema(' + v08_s2c_content + ')schema";\n \n ' )
51+ f .write ('const char* SERVER_TO_CLIENT_SCHEMA_V09 = R"schema(' + v09_s2c_content + ')schema";\n \n ' )
52+ f .write ('const char* COMMON_TYPES_SCHEMA_V09 = R"schema(' + v09_common_content + ')schema";\n \n ' )
53+ f .write ('const char* BASIC_CATALOG_V08 = R"schema(' + v08_catalog_content + ')schema";\n \n ' )
54+ f .write ('const char* BASIC_CATALOG_V09 = R"schema(' + v09_catalog_content + ')schema";\n \n ' )
55+
5556
5657 f .write ('} // namespace internal\n ' )
5758 f .write ('} // namespace a2ui\n ' )
You can’t perform that action at this time.
0 commit comments