mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-05 16:37:19 -04:00
Support 'auto' style to make it accessible by the Render(Bytes) helper function
This commit is contained in:
@@ -97,6 +97,13 @@ func TestStyles(t *testing.T) {
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
_, err = NewTermRenderer(
|
||||
WithStandardStyle("auto"),
|
||||
)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
}
|
||||
|
||||
func TestRenderHelpers(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user