Project

General

Profile

Bug #6768

End of comment "butted" against double-quote fails to parse

Added by Roger Borrello over 1 year ago. Updated over 1 year ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:

100%

billable:
No
vendor_id:
GCD
case_num:

History

#1 Updated by Roger Borrello over 1 year ago

It was reported that this yields a conversion error (with an older version of FWD):

EXPORT STREAM Streamname /*DELIMITER ","*/ Tablename.

#2 Updated by Greg Shah over 1 year ago

If this isn't an issue in FWD v4, then we can close this.

#3 Updated by Roger Borrello over 1 year ago

I updated uast/comment_test0.p to include some additional tests:

...
/* comment 8""*/
/* comment 9 ""*/
message "Done.".

Then I went full out and tried:

...
DEF STREAM StrX.
OUTPUT STREAM StrX TO VALUE("x.x").
FOR EACH Address NO-LOCK:
   EXPORT STREAM StrX /*DELIMITER ","*/ Address.
END.
OUTPUT STREAM StrX CLOSE.
message "Done.".

None of the above failed to parse. If this is close enough to Scott's code, I think this can be closed.

#4 Updated by Greg Shah over 1 year ago

  • % Done changed from 0 to 100
  • Status changed from New to Rejected

It is already fixed in the latest version of FWD.

Also available in: Atom PDF