From f7ae39d4700abde31bbd57fbb4b0cc9a90957861 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 21 Jun 1999 00:37:23 +0000 Subject: [PATCH] *** empty log message *** --- harbour/ChangeLog | 3 ++- harbour/tests/broken/vec1.prg | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 harbour/tests/broken/vec1.prg diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 211081e23d..37fcb67c13 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,6 +1,7 @@ 19990621-01:30 CET Victor Szel * whatsnew.txt moved to doc/ directory. * doc/hrb.faq renamed to hrb_faq.txt + + tests/broken/vec1.prg readded. 19990621-00:57 CET Victor Szel * include/*.h @@ -13,7 +14,7 @@ ! include/extend.api - _param removed since it's not standard Clipper. ! include/item.api - Fixed obsolete references - to Array*() functions since changed to hb_array*() + to Array*() functions changed since to hb_array*() ! source/rtl/console/hb_setpos() - Fixed one warning. 19990621-00:37 Ryszard Glab diff --git a/harbour/tests/broken/vec1.prg b/harbour/tests/broken/vec1.prg new file mode 100644 index 0000000000..f2b21af315 --- /dev/null +++ b/harbour/tests/broken/vec1.prg @@ -0,0 +1,12 @@ + +FUNCTION Main() + + QOut( ["'/* bumbulda */45]="k" ) + + TEXT + any text is allowed here + ENDTEXT + + * Comments beginning with "*" + + RETURN NIL