This commit contains several changes:
All checks were successful
The build was successful.

* print() is now treated as standard function
 * get rid of echo() function
 * fix test suite
and it fixes #26.
This commit is contained in:
2018-08-06 17:18:27 +02:00
parent bcde1f446d
commit 4bbdc20174
6 changed files with 27 additions and 135 deletions

View File

@@ -9,7 +9,7 @@ class Main {
}
private function ダウンロード(){
echo $this->概要 . "\n";
print($this->概要 . "\n");
}
private function isUTF8($str) {