Ticket #239 (closed defect: fixed)

Opened 5 months ago

Last modified 5 months ago

Fix Pascal string handling

Reported by: oblomov Assigned to:
Priority: like Milestone: current
Component: parser Version: current
Severity: bad Keywords: pascal,string
Cc:

Description

The attached patch fixes Pascal string handling, adding support for single-quoted string and setting the parser to only consider and "" as in-string quote escaping

Attachments

0001-Fix-Pascal-quoting.patch (1.4 kB) - added by oblomov on 03/15/2008 06:52:36 AM.
Patch to fix pascal strings

Change History

03/15/2008 06:52:36 AM changed by oblomov

  • attachment 0001-Fix-Pascal-quoting.patch added.

Patch to fix pascal strings

03/25/2008 10:10:21 AM changed by robin@ohloh.net

Hi oblomov,

Sorry, I did not see this patch until now.

Can you add a unit test to confirm the change? A modification to one of the existing pascal tests to include these new string delimiter cases would probably be fine.

03/28/2008 05:59:41 PM changed by robin@ohloh.net

  • owner deleted.

03/31/2008 03:40:36 PM changed by robin@ohloh.net

  • status changed from new to closed.
  • resolution set to fixed.