1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-07-27 17:28:38 +00:00

Add FeedIcon API call and update dependencies

This commit is contained in:
Frédéric Guillot 2017-12-16 11:25:18 -08:00
parent 231ebf2daa
commit 27196589fb
262 changed files with 83830 additions and 30061 deletions

7424
vendor/golang.org/x/text/unicode/norm/data10.0.0_test.go generated vendored Normal file

File diff suppressed because it is too large Load diff

7409
vendor/golang.org/x/text/unicode/norm/data9.0.0_test.go generated vendored Normal file

File diff suppressed because it is too large Load diff

View file

@ -795,7 +795,7 @@ func makeTables() {
}
fmt.Fprintf(w, "// Total size of tables: %dKB (%d bytes)\n", (size+512)/1024, size)
gen.WriteGoFile("tables.go", "norm", w.Bytes())
gen.WriteVersionedGoFile("tables.go", "norm", w.Bytes())
}
func printChars() {
@ -972,5 +972,5 @@ func printTestdata() {
}
}
fmt.Fprintln(w, "}")
gen.WriteGoFile("data_test.go", "norm", w.Bytes())
gen.WriteVersionedGoFile("data_test.go", "norm", w.Bytes())
}

View file

@ -720,7 +720,7 @@ var appendTestsNFC = []AppendTest{
}
var appendTestsNFD = []AppendTest{
// TODO: Move some of the tests here.
// TODO: Move some of the tests here.
}
var appendTestsNFKC = []AppendTest{

View file

@ -1,5 +1,7 @@
// Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.
// +build go1.10
package norm
const (

7633
vendor/golang.org/x/text/unicode/norm/tables9.0.0.go generated vendored Normal file

File diff suppressed because it is too large Load diff