Branch - branch -masterpdfpdf-rebasedtlstls-rebasedcallablecallable-rebaseconfigurefastfast2fnfractionsfractions-rebaseframeherunstoofastforushttpdjeremy_rebasedlinuxmarshallmarshall_before_mergemarshall_rebasepointerratio-rebasev0.1- tag -v0.1.9v0.1.8v0.1.7v0.1.6v0.1.5v0.1.4v0.1.3v0.1.2v0.1.15v0.1.14v0.1.13v0.1.12v0.1.11v0.1.10v0.1.1v0.1.0v0HTTPd-v0.2.0HTTPd-v0.1.1HTTPd-v0.1.0
Hash : 3324a84f Author : Thomas de Grivel Date : 2025-09-11T22:23:37
fix tests
Download
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
require Sh Sh 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\""