Bug #6768
End of comment "butted" against double-quote fails to parse
Status:
Rejected
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
100%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
History
#1 Updated by Roger Borrello almost 4 years 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 almost 4 years ago
If this isn't an issue in FWD v4, then we can close this.
#3 Updated by Roger Borrello almost 4 years 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 almost 4 years ago
- % Done changed from 0 to 100
- Status changed from New to Rejected
It is already fixed in the latest version of FWD.