1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-27 16:49:31 +00:00

Update README, bump version

This commit is contained in:
Étienne Fildadut 2022-09-10 17:59:22 +09:00
parent 1263c32572
commit 7b756ad092
7 changed files with 137 additions and 25 deletions

View file

@ -268,6 +268,6 @@ else
if args["write-all"] then
print("Wrote test results.")
else
print(("%s/%s tests success."):format(success, total))
print(("%s/%s tests passed."):format(success, total))
end
end