diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2006-09-19 10:57:08 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2006-09-19 10:57:08 -0300 |
commit | d513c3c66b3c71412d87a3f24b8f792b7b728e93 (patch) | |
tree | 8f93f05c3a707967369956b0c4acf0bcfb48cec1 /bugs | |
parent | 93d3c8450c7a78321cf7f9db9173d46c62ebe958 (diff) | |
download | lua-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-- | bugs | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1143,6 +1143,15 @@ patch = [[ | |||
1143 | 1143 | ||
1144 | 1144 | ||
1145 | Bug{ | 1145 | Bug{ |
1146 | what = [[os.date throws an error when result is the empty string]], | ||
1147 | report = [[ ]], | ||
1148 | since = [[4.0]], | ||
1149 | example = [[print(os.date(""))]], | ||
1150 | patch = [[ ]], | ||
1151 | } | ||
1152 | |||
1153 | |||
1154 | Bug{ | ||
1146 | what = [[ ]], | 1155 | what = [[ ]], |
1147 | report = [[ ]], | 1156 | report = [[ ]], |
1148 | since = [[ ]], | 1157 | since = [[ ]], |