Files

9 lines
144 B
Go

package toon18
import (
"testing"
"goyomi/internal/sourcetest"
)
func TestSource(t *testing.T) { sourcetest.Run(t, New(), "Toon18", "en") }