vorpal
vorpal copied to clipboard
Escape sequence?
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?
+1
+1
+1
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.