Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created October 10, 2017 22:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/1100fce50f199befe1f744c54dcc2e2c to your computer and use it in GitHub Desktop.
Save Whateverable/1100fce50f199befe1f744c54dcc2e2c to your computer and use it in GitHub Desktop.
greppable6
Bundesliga
File Code
CIAvash/App-Football
…/README.md :160:
To print fixtures of "Premier League", "1. Bundesliga" and "Champions League":
CIAvash/App-Football
…/football :364:
To print fixtures of "Premier League", "1. Bundesliga" and "Champions League":
CIAvash/WebService-FootballData
…/League.pm6 :69:
name => '1. Bundesliga 2014/15'
CIAvash/WebService-FootballData
…/Table.pm6 :23:
name => '1. Bundesliga 2014/15',
CIAvash/WebService-FootballData
…/16-league.t :54:
is $table.name, '1. Bundesliga 2014/15', 'Has the correct name';
CIAvash/WebService-FootballData
…/16-league.t :86:
is $table_day5.name, '1. Bundesliga 2014/15', 'Has the correct name';
CIAvash/WebService-FootballData
…/17-footballdata.t :24:
is @leagues[0].name, '1. Bundesliga 2014/15', 'League name is correctly set';
CIAvash/WebService-FootballData
…/17-footballdata.t :52:
is $bundesliga.name, '1. Bundesliga 2014/15', 'Has the correct name';
CIAvash/WebService-FootballData
…/17-footballdata.t :266:
is $table.name, '1. Bundesliga 2014/15', 'Has the correct name';
CIAvash/WebService-FootballData
…/17-footballdata.t :271:
is $table_d5.name, '1. Bundesliga 2014/15', 'Has the correct name';
CIAvash/WebService-FootballData
…/soccerseasons-season(2013).json :18:
"caption": "1. Bundesliga 2013/14",
CIAvash/WebService-FootballData
…/soccerseasons.json :18:
"caption": "1. Bundesliga 2014/15",
CIAvash/WebService-FootballData
…/351.json :17:
"caption": "1. Bundesliga 2014/15",
CIAvash/WebService-FootballData
…/leagueTable-matchday(5).json :6:
"leagueCaption": "1. Bundesliga 2014/15",
CIAvash/WebService-FootballData
…/leagueTable.json :6:
"leagueCaption": "1. Bundesliga 2014/15",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment