10 lines
154 B
Go
10 lines
154 B
Go
package arcrelight
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"goyomi/internal/sourcetest"
|
|
)
|
|
|
|
func TestSource(t *testing.T) { sourcetest.Run(t, New(), "Arc-Relight", "en") }
|