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