Bug 262733 - Support multiline String literals
Summary: Support multiline String literals
Status: RESOLVED FIXED
Alias: None
Product: QVTo
Classification: Modeling
Component: Engine (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 2.0 M5   Edit
Assignee: Alexander Igdalov CLA
QA Contact:
URL:
Whiteboard:
Keywords: plan
Depends on:
Blocks:
 
Reported: 2009-01-28 06:58 EST by Alexander Igdalov CLA
Modified: 2009-05-07 04:45 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Igdalov CLA 2009-01-28 06:58:10 EST
Spec 8.4.3
Comment 1 Alexander Igdalov CLA 2009-02-02 06:45:01 EST
Implemented.
Comment 2 Alexander Igdalov CLA 2009-02-02 06:47:14 EST
Unfortunately multiline strings cannot be represented as a single token - this leads to incorrect behaviour due to a SR-conflict in the lexer (which is not reported during lexer generation).
Thus I had to support them in the parser grammar.