FLAM Issue Tracker - CLE/P
View Issue Details
0000476CLE/P2. CLPpublic2014-06-16 22:082014-06-17 13:50
Falk Reichbott 
Falk Reichbott 
highfeatureN/A
resolvedfixed 
GeneralGeneralGeneral
1.1 
1.21.1 
0000476: Improve string handling for different shells and platforms
It would be useful to use also "...''..." instead of '...""...'. Means a string or a complement can be start wir ' or " and must be end with ' or ".

If the type for the value behind the sign '=' a string, then accept string until a space without ' ' or " " like. file=hugo.txt
No tags attached.
Issue History
2014-06-16 22:08Falk ReichbottNew Issue
2014-06-16 22:08Falk ReichbottStatusnew => assigned
2014-06-16 22:08Falk ReichbottAssigned To => Falk Reichbott
2014-06-17 00:04Falk ReichbottNote Added: 0000497
2014-06-17 00:34Falk ReichbottNote Added: 0000498
2014-06-17 07:26Falk ReichbottDescription Updatedbug_revision_view_page.php?rev_id=157#r157
2014-06-17 07:29Falk ReichbottNote Edited: 0000498bug_revision_view_page.php?bugnote_id=498#r159
2014-06-17 07:29Falk ReichbottNote Edited: 0000498bug_revision_view_page.php?bugnote_id=498#r160
2014-06-17 13:50Falk ReichbottNote Added: 0000499
2014-06-17 13:50Falk ReichbottStatusassigned => resolved
2014-06-17 13:50Falk ReichbottFixed in Version => 1.1
2014-06-17 13:50Falk ReichbottResolutionopen => fixed

Notes
(0000497)
Falk Reichbott   
2014-06-17 00:04   
Strings can now be defined without ''
(0000498)
Falk Reichbott   
2014-06-17 00:34   
(edited on: 2014-06-17 07:29)
This does not work, because separation of keywords from strings are not possible anymore, if anything accepted behind the sign (=). For example CCSID=DEFAULT will then be the string 'DEFAULT' and not the keyword.

(0000499)
Falk Reichbott   
2014-06-17 13:50   
String can now defaind without enclosing between separators and spaces if it will not start with a valid key word.

Additionally a string can now be enclosed in "..." or '...'. This is valid vice versa for supplements.

For example:

 file = 'hugo.txt'
 file = hugo.txt
 file ="hugo.txt"

will be identical.

 file = stream

will still be result in the key word stream to define the filename stream the enclosing are required.

 file ='stream'

This version of CLEP will be used with version 5.0.15 of FLAM.