mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-06 05:27:24 +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:
@@ -4,7 +4,7 @@
|
||||
|
||||
local flatbuffers = require('flatbuffers')
|
||||
|
||||
-- an example documentation comment: monster object
|
||||
-- an example documentation comment: "monster object"
|
||||
local Monster = {} -- the module
|
||||
local Monster_mt = {} -- the class metatable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user