Skip to content

Trio nested list example fails parser #9

Description

@toth-istvan-zoltan

In src/docHaystack/doc/Trio.fandoc the last example contains:

children: [
    {fan, motor, equip},
    {damper, actuator, equip},
    ]  

The parser in the Java reference project fails on this because of the commas inside the dictionaries.

This version works:

children: [
    {fan motor equip},
    {damper actuator equip},
    ]  

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions