mirror of
https://github.com/miniflux/v2.git
synced 2025-08-16 18:01:37 +00:00
Refactor assets bundler and split Javascript files
This commit is contained in:
parent
e1c56b2e53
commit
53deb0b8cd
49 changed files with 2837 additions and 2000 deletions
2
vendor/github.com/tdewolff/parse/strconv/int_test.go
generated
vendored
2
vendor/github.com/tdewolff/parse/strconv/int_test.go
generated
vendored
|
@ -41,6 +41,8 @@ func TestLenInt(t *testing.T) {
|
|||
{1, 1},
|
||||
{10, 2},
|
||||
{99, 2},
|
||||
{9223372036854775807, 19},
|
||||
{-9223372036854775808, 19},
|
||||
|
||||
// coverage
|
||||
{100, 3},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue