1989 Fiji rugby union tour of Oceania
The 1989 Fiji rugby union tour of Oceania was a series of matches played in Australia, New Zealand, Samoa and Tonga, between April and June 1989 in by Fiji national rugby union team.
1989 Fiji rugby union tour of Oceania | |||||
---|---|---|---|---|---|
Summary |
| ||||
Total |
| ||||
Test match |
| ||||
Opponent |
| ||||
| |||||
|
In reality there were three different tours. In April in Australia, then in New Zealand (no test match) and in June–July in Samoa and Tonga.
Results
Australia
Against Wellington at Suva
In New Zealand
In Samoa
gollark: Programming!
gollark: If you plan to be feeding it bad URLs or expect it to experience errors of some sort, you can add checks for those.
gollark: Yes, I have indeed skipped all error checking, I don't actually care.
gollark: You don't need most of the code in the pastebin program just to download from it.
gollark: Anyway:```lualocal function fetch(URL) local h = http.get(URL) local data = h.readAll() h.close()endlocal function write_file(file, content) local f = fs.open(file, "w") f.write(content) f.close()endwrite_file("startup", fetch "https://pastebin.com/raw/whatever")```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.