itsallcode / openfasttrace

Open source requirement tracing suite
GNU General Public License v3.0
100 stars 21 forks source link

Inconsistent parsing of tags #423

Open kaklakariada opened 2 months ago

kaklakariada commented 2 months ago

Description

OFT parsing of tags is inconsistent as discovered by @RobertZickler in #419.

Steps to Reproduce

Create requirements in a Markdown document with the following content:

Tags: täg
Tags: -tag
Tags:
* täg
* -tag
* _

OFT rejects / ignores tags with forbidden characters when when specified in a single line, but when specifying tags in an itemized list, all characters are allowed.

Expected behavior

Background