tests/test-hgweb-commands.t
changeset 22947 c63a09b6b337
parent 22046 7a9cbb315d84
child 23017 dc25ed84bee8
equal deleted inserted replaced
22946:77c121da6143 22947:c63a09b6b337
  2032   $ cat hg.pid >> $DAEMON_PIDS
  2032   $ cat hg.pid >> $DAEMON_PIDS
  2033 
  2033 
  2034 commit message with Japanese Kanji 'Noh', which ends with '\x5c'
  2034 commit message with Japanese Kanji 'Noh', which ends with '\x5c'
  2035 
  2035 
  2036   $ echo foo >> foo
  2036   $ echo foo >> foo
  2037   $ HGENCODING=cp932 hg ci -m `python -c 'print("\x94\x5c")'`
  2037   $ HGENCODING=cp932 hg ci -m `$PYTHON -c 'print("\x94\x5c")'`
  2038 
  2038 
  2039 Graph json escape of multibyte character
  2039 Graph json escape of multibyte character
  2040 
  2040 
  2041   $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'graph/' > out
  2041   $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'graph/' > out
  2042   >>> for line in open("out"):
  2042   >>> for line in open("out"):