Skip to content

[orchestra2md] invalid handling of more than one appinfo #66

@donmendelson

Description

@donmendelson

Reported by Hanno Klein:
XML output generated by md2orchestra:

        <fixr:group id="2071" name="SecAltIDGrp" scenario="EXXXXX">
            <fixr:numInGroup id="454"/>
            <fixr:fieldRef id="455">
              <fixr:annotation>
                <fixr:appinfo purpose="P1">Hanno</fixr:appinfo>
                <fixr:appinfo purpose="P2">Klein</fixr:appinfo>
              </fixr:annotation>
            </fixr:fieldRef>
            <fixr:fieldRef id="456" scenario="EXXXXX"/>
        </fixr:group>

md output generated by orchestra2md:

### Group SecAltIDGrp scenario EXXXXX (2071)
| Name                | Tag | Scenario | Presence | P1    |
|---------------------|----:|----------|----------|-------|
| NoSecurityAltID     | 454 |          | optional |       |
| SecurityAltID       | 455 |          | optional | Klein |
| SecurityAltIDSource | 456 | EXXXXX   | optional |       |

Expected separate columns for P1 and P2.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingfixedIssue has been resolved, awaits testing

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions