From d513c3c66b3c71412d87a3f24b8f792b7b728e93 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 19 Sep 2006 10:57:08 -0300 Subject: bug: os.date throws error when result is the empty string --- bugs | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'bugs') diff --git a/bugs b/bugs index eaf2fd26..a489872f 100644 --- a/bugs +++ b/bugs @@ -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 = [[ ]], -- cgit v1.2.3-55-g6feb