mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-12 07:50:59 +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:
@@ -6,7 +6,7 @@ import flatbuffers
|
||||
from flatbuffers.compat import import_numpy
|
||||
np = import_numpy()
|
||||
|
||||
# an example documentation comment: monster object
|
||||
# an example documentation comment: "monster object"
|
||||
class Monster(object):
|
||||
__slots__ = ['_tab']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user