mirror of
https://github.com/iptv-org/iptv
synced 2026-04-19 09:19:34 -04:00
wip
This commit is contained in:
3
tests/__data__/input/logs/generators/categories.log
Normal file
3
tests/__data__/input/logs/generators/categories.log
Normal file
@@ -0,0 +1,3 @@
|
||||
{"name":"General","slug":"general","count":1}
|
||||
{"name":"News","slug":"news","count":1}
|
||||
{"name":"Other","slug":"other","count":0}
|
||||
4
tests/__data__/input/logs/generators/countries.log
Normal file
4
tests/__data__/input/logs/generators/countries.log
Normal file
@@ -0,0 +1,4 @@
|
||||
{"name":"Andorra","code":"AD","count":0}
|
||||
{"name":"Russia","code":"RU","count":1}
|
||||
{"name":"United Kingdom","code":"UK","count":1}
|
||||
{"name":"Undefined","code":"UNDEFINED","count":0}
|
||||
4
tests/__data__/input/logs/generators/languages.log
Normal file
4
tests/__data__/input/logs/generators/languages.log
Normal file
@@ -0,0 +1,4 @@
|
||||
{"name":"Catalan","code":"cat","count":0}
|
||||
{"name":"English","code":"eng","count":1}
|
||||
{"name":"Russian","code":"rus","count":1}
|
||||
{"name":"Undefined","code":"undefined","count":0}
|
||||
6
tests/__data__/input/logs/generators/regions.log
Normal file
6
tests/__data__/input/logs/generators/regions.log
Normal file
@@ -0,0 +1,6 @@
|
||||
{"name":"Asia","code":"ASIA","count":1}
|
||||
{"name":"Commonwealth of Independent States","code":"CIS","count":1}
|
||||
{"name":"Europe","code":"EUR","count":2}
|
||||
{"name":"Europe, the Middle East and Africa","code":"EMEA","count":2}
|
||||
{"name":"Worldwide","code":"INT","count":1}
|
||||
{"name":"Undefined","code":"UNDEFINED","count":0}
|
||||
Reference in New Issue
Block a user