Project

General

Profile

Bug #16297

Updated by Lucas Di Pentima almost 4 years ago

<pre> 
      - class: InitialWorkDirRequirement 
     listing: 
       - entryname: 'script.sh' 
         entry: | 
           ${ 
             return 'abc'; 
           } 
 </pre> 

 According according to the spec the script.sh should contain abc instead it contains "abc" (i.e. JSON-encoding of the return string value instead of the string itself).

Back