forked from BigfootDev/flatbuffers
Escape characters in jsonschema descriptions (#5644)
* Escape JSON Schema comments * Add quotes to monster comment Thus exercising the JSON Schema comment escape support.
This commit is contained in:
@@ -208,7 +208,7 @@ struct ReferrableBuilder:
|
||||
def end():
|
||||
return b_.EndObject()
|
||||
|
||||
/// an example documentation comment: monster object
|
||||
/// an example documentation comment: "monster object"
|
||||
class Monster : flatbuffers_handle
|
||||
def pos():
|
||||
let o = buf_.flatbuffers_field_struct(pos_, 4)
|
||||
|
||||
Reference in New Issue
Block a user