[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PSPP-BUG: [bug #26522] DATA LIST FREE doesn't warn about unclosed quoted
From: |
Ben Pfaff |
Subject: |
PSPP-BUG: [bug #26522] DATA LIST FREE doesn't warn about unclosed quoted string at end of line |
Date: |
Mon, 11 May 2009 04:47:49 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20061205 Iceweasel/2.0.0.1 (Debian-2.0.0.1+dfsg-1) |
URL:
<http://savannah.gnu.org/bugs/?26522>
Summary: DATA LIST FREE doesn't warn about unclosed quoted
string at end of line
Project: PSPP
Submitted by: blp
Submitted on: Sun May 10 21:47:46 2009
Category: Syntax Parser
Severity: 5 - Average
Status: Confirmed
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Release: None
Effort: 0.00
_______________________________________________________
Details:
With the following syntax:
DATA LIST FREE FILE='tda.txt' TABLE / rubrique (A18) value (A32).
LIST.
and the following tda.txt (note the 3 single quotes on line 1):
S80.G01.00.003.006,'XVXXXX XX X'XXXXSXRXX'
123456789ABCDE,'1'
PSPP gives the following error:
TDA.TXT:2: warning: LIST: Partial case discarded. The first variable missing
was value.
It seems that it would be better to warn about the unclosed quoted string on
line 1, instead of the mismatched fields at the end of the file.
Thanks to pascal barbedor <address@hidden> for reporting this bug.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?26522>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- PSPP-BUG: [bug #26522] DATA LIST FREE doesn't warn about unclosed quoted string at end of line,
Ben Pfaff <=