fix: handle contents of tags properly by unquoting them when necessary

This commit is contained in:
Florian Loch
2023-01-25 09:20:43 +01:00
committed by Alec Thomas
parent 95a465b4b5
commit 37e801405f
3 changed files with 51 additions and 10 deletions
+2 -1
View File
@@ -8,8 +8,9 @@ import (
"testing"
"github.com/alecthomas/assert/v2"
"github.com/alecthomas/kong"
"github.com/alecthomas/repr"
"github.com/alecthomas/kong"
)
func mustNew(t *testing.T, cli interface{}, options ...kong.Option) *kong.Kong {