aboutsummaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
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 = [[ ]],