mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-25 22:28:38 +00:00
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:
@@ -717,7 +717,7 @@ class ReferrableObjectBuilder extends fb.ObjectBuilder {
|
||||
return fbBuilder.finish(offset, fileIdentifier);
|
||||
}
|
||||
}
|
||||
/// an example documentation comment: monster object
|
||||
/// an example documentation comment: "monster object"
|
||||
class Monster {
|
||||
Monster._(this._bc, this._bcOffset);
|
||||
factory Monster(List<int> bytes) {
|
||||
|
||||
Reference in New Issue
Block a user