Opened 15 years ago
Closed 15 years ago
#279 closed defect (fixed)
string parse error in TreeParser
| Reported by: | Stephen Siegel | Owned by: | zirkel |
|---|---|---|---|
| Priority: | major | Milestone: | 1.1 |
| Component: | front | Version: | 1.1 |
| Keywords: | string quotes parse front | Cc: |
Description
When a literal string is parsed, the open and closing double quote characters are included in the string. For example in
char[10] a = "hello";
the array generated consists of the characters '"' 'h' 'e' ...
See literal test 5.
Change History (2)
comment:1 by , 15 years ago
| Owner: | set to |
|---|---|
| Status: | new → accepted |
comment:2 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

Literal test 5 passes now.