tview icon indicating copy to clipboard operation
tview copied to clipboard

fix(tags): Check for end-of-string within "[]" case

Open xqrs opened this issue 3 weeks ago • 0 comments

There's a bug that makes [something[] be parsed as [something]\n if it was at the end of the input string instead of [something]. This patch fixes it.

xqrs avatar Dec 04 '25 19:12 xqrs