mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
@ -27,7 +27,7 @@ func TestParsedFiles(t *testing.T) {
|
||||
t.Fatal(err)
|
||||
}
|
||||
for _, f := range files {
|
||||
//run all js files that start with a number. Skip others.
|
||||
// run all js files that start with a number. Skip others.
|
||||
if filepath.Ext(f.Name()) != ".js" || !unicode.IsNumber(rune(f.Name()[0])) {
|
||||
continue
|
||||
}
|
||||
|
Reference in New Issue
Block a user