# HG changeset patch # User HIROSE Yuuji # Date 1690857153 -32400 # Node ID 40128a291cae9cfc2abd16ee12d9b6fedb8f2b6b # Parent 7976c8e5e628825f00c942126341a01e56a57bfb Remove backslash of escaping(;;;) diff -r 7976c8e5e628 -r 40128a291cae s4-funcs.sh --- a/s4-funcs.sh Tue Aug 01 11:26:56 2023 +0900 +++ b/s4-funcs.sh Tue Aug 01 11:32:33 2023 +0900 @@ -660,7 +660,7 @@ -e 's, __\([^_ |][^_]*[^ ]\)__ ,\1,g' \ -e 's, \*\([^* |][^*|]*[^ |]\)\* ,\1,g' \ -e 's, _\([^_ ][^_]*[^ ]\)_ ,\1,g' \ - -e 's,\([^\\]\);;;,\1
,g' \ + -e 's,\([^\\]\);;;,
,g' \ -e 's, $,
,' \ -e "s,- \[ *\]\([^|-]*\),${checkboxOFF},g" \ -e "s,- \[[^ ]\]\([^|-]*\),${checkboxON},g" \