Edit

kc3-lang/kc3/test/ikc3/sh.out.expected

Branch :

  • test/ikc3/sh.out.expected
  • Sh.escape("")
    "\"\""
    Sh.escape("a")
    "a"
    Sh.escape("ab")
    "ab"
    Sh.escape("abc")
    "abc"
    Sh.escape(";")
    "\";\""
    Sh.escape("abc;")
    "\"abc;\""
    Sh.escape("$abc")
    "\"\\$abc\""
    Sh.escape("ab c")
    "\"ab c\""
    Sh.escape("ab\nc")
    "\"ab\nc\""