On 23 Feb 2017, at 22:25, stepharong <stepharong@free.fr> wrote:Thnkas gabrielI'm hacking in an old Pharo 50 image and it was terrible because printit even a copyReplaceAll: '""' byt: '"'did not work.I do not understand what is the scenario to double quote comment character "I understand single quotes but not double quotes.stefTry doing Ctrl+P twice. It will not comment the printed string.On Thu, Feb 23, 2017 at 4:17 PM, stepharong <stepharong@free.fr> wrote:about quoting ;(
Hi
I have a string
'<li>
<span class="author">Stéphane Ducasse and Damien Pollet</span>, <span class="title">Fingerprints</span>, <span class="journal">Journal of Information System</span>, <span class="year">2010</span>.
</li>
'
and when I do printIt in the debugger I get the following
"'<li>
<span class=""author"">Stéphane Ducasse and Damien Pollet</span>, <span class=""title"">Fingerprints</span>, <span class=""journal"">Journal of Information System</span>, <span class=""year"">2010</span>.
</li>
'"
I do not get why we doublequote the character "
inside string.
It means that I have to remove all the " inside to string to be able to express tests.
Stef--Using Opera's mail client: http://www.opera.com/mail/