vorpal icon indicating copy to clipboard operation
vorpal copied to clipboard

Escape sequence?

Open laurent22 opened this issue 8 years ago • 4 comments
trafficstars

I couldn't find information about this in the documentation but is there a way to escape single quotes and double quotes in Vorpal?

I know I can enclose strings that contains quotes in single quotes and vice-versa, but what if the string contains both single and double-quotes? In bash I could write this as my \" quotes \' but that doesn't seem to work with Vorpal. Any suggestion or is it just not supported?

laurent22 avatar Jun 28 '17 20:06 laurent22

+1

DrMiaow avatar Oct 17 '18 03:10 DrMiaow

+1

receter avatar Feb 19 '19 21:02 receter

+1

arthurafarias avatar Dec 17 '19 11:12 arthurafarias

I am trying to pass something like

the command layout is cmd [argument]

the test cases are cmd 'a=b c=d aaa-bbb-ccc=1' cmd "a=b c=d aaa-bbb-ccc=1"

they don't work.

arthurafarias avatar Dec 17 '19 11:12 arthurafarias