rispy icon indicating copy to clipboard operation
rispy copied to clipboard

Handling tags with empty values

Open holub008 opened this issue 7 months ago • 0 comments

Resolves: #62

Implementation: By making the space after a tag optional in the line PATTERN, content of '' will be extracted for the line, rather than failing to match the line pattern and concatenating the entire line to the current tag's content.

Testing: In addition to the test cases, I ran this change against my company's internal test suite for file import and saw no regression. Linter passes.

holub008 avatar Jul 19 '24 02:07 holub008