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
Similar behavior when requirement ids are in the blocks
Example
...
```markdown
### Chatting with AI
`req~ai.chat.new-message-based-on-previous~1`
```
Then, at the implementation, a comment is added this implementation is covered:
```java
} elseif (keyEvent.getCode() ==KeyCode.UP) {
// [impl->req~ai.chat.new-message-based-on-previous~1]
```
Adding a code block like:
... to the requirements file breaks the parsing. OFT seems to detect it as a new requirement.
Expected Behaviour:
The text was updated successfully, but these errors were encountered: