summaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2006-09-19 10:57:08 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2006-09-19 10:57:08 -0300
commitd513c3c66b3c71412d87a3f24b8f792b7b728e93 (patch)
tree8f93f05c3a707967369956b0c4acf0bcfb48cec1 /bugs
parent93d3c8450c7a78321cf7f9db9173d46c62ebe958 (diff)
downloadlua-d513c3c66b3c71412d87a3f24b8f792b7b728e93.tar.gz
lua-d513c3c66b3c71412d87a3f24b8f792b7b728e93.tar.bz2
lua-d513c3c66b3c71412d87a3f24b8f792b7b728e93.zip
bug: os.date throws error when result is the empty string
Diffstat (limited to 'bugs')
-rw-r--r--bugs9
1 files changed, 9 insertions, 0 deletions
diff --git a/bugs b/bugs
index eaf2fd26..a489872f 100644
--- a/bugs
+++ b/bugs
@@ -1143,6 +1143,15 @@ patch = [[
1143 1143
1144 1144
1145Bug{ 1145Bug{
1146what = [[os.date throws an error when result is the empty string]],
1147report = [[ ]],
1148since = [[4.0]],
1149example = [[print(os.date(""))]],
1150patch = [[ ]],
1151}
1152
1153
1154Bug{
1146what = [[ ]], 1155what = [[ ]],
1147report = [[ ]], 1156report = [[ ]],
1148since = [[ ]], 1157since = [[ ]],