You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is probably caused by the Markdown state machine. It recognizes FORWARD patterns only in states START and OUTSIDE. When adding a forwarding in the middle (see below) it won't detect the forwarding:
Description
When trying to forward a
req
artifact to animp
and autest
artifact from a Markdown file, the according implicitdsn
artifact is not created.If I forward to one type only, it works as expected.
Strangely there is a unit test that should cover this kind of situation. Looks like it does not completely:
https://github.com/itsallcode/openfasttrace/blob/develop/importer/markdown/src/test/java/org/itsallcode/openfasttrace/importer/markdown/TestMarkdownImporter.java
Steps to Reproduce
req~boolean-operators~1
that needsdsn
coveragedsn
like thisdsn --> impl, utest: req~boolean-operators~1
impl
andutest
Expected behavior
Trace is green
Environment
OpenJDK Runtime Environment (build 1.8.0_191-b13)
OpenJDK 64-Bit Server VM (build 25.191-b13, mixed mode)
The text was updated successfully, but these errors were encountered: