bug: os.date throws error when result is the empty string

This commit is contained in:
Roberto Ierusalimschy
2006-09-19 10:57:08 -03:00
parent 93d3c8450c
commit d513c3c66b
2 changed files with 26 additions and 6 deletions

9
bugs
View File

@@ -1142,6 +1142,15 @@ patch = [[
}
Bug{
what = [[os.date throws an error when result is the empty string]],
report = [[ ]],
since = [[4.0]],
example = [[print(os.date(""))]],
patch = [[ ]],
}
Bug{
what = [[ ]],
report = [[ ]],