Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[.record-audio] bit converted to wrong type 'record' in the JSON #11

Open
six5536 opened this issue Apr 3, 2023 · 0 comments
Open

[.record-audio] bit converted to wrong type 'record' in the JSON #11

six5536 opened this issue Apr 3, 2023 · 0 comments

Comments

@six5536
Copy link

six5536 commented Apr 3, 2023

Describe the bug
[.record-audio] bit converted to wrong type 'record' in the JSON

To Reproduce
Parse the following bitmark to produce JSON output:

[.record-audio]
[@id:285770]
[%42][%record-audio]
[!Say "hello"]

The following JSON is produced:

{
   "bitmark": "[.record-audio]\n[@id:285770]\n[%42][%record-audio]\n[!Say \"hello\"]",
   "bit": {
     "type": "record",
     "format": "bitmark--",
     "body": "",
     "item": "42",
     "hint": "",
     "isExample": false,
     "example": "",
     "id": ["285770"],
     "lead": "record-audio",
     "instruction": "Say \"hello\""
   }
 }

Expected behavior
type = record-audio

versions
1.0.38

nodayoshikazu added a commit that referenced this issue Apr 11, 2023
nodayoshikazu added a commit that referenced this issue Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant