Mercurial > evolve
comparison tests/test-namespaces.t @ 6826:72d311b8258d
tests: remove (esc) when it's not needed in test-namespaces.t
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sun, 25 Feb 2024 17:53:00 -0300 |
parents | ba7ede61f6d4 |
children | eb8a648d90de |
comparison
equal
deleted
inserted
replaced
6825:ba7ede61f6d4 | 6826:72d311b8258d |
---|---|
39 $ test -f .hg/topic-namespace | 39 $ test -f .hg/topic-namespace |
40 [1] | 40 [1] |
41 $ hg --encoding utf-8 debug-topic-namespace æ | 41 $ hg --encoding utf-8 debug-topic-namespace æ |
42 marked working directory as topic namespace: \xc3\xa6 (esc) | 42 marked working directory as topic namespace: \xc3\xa6 (esc) |
43 $ hg --encoding utf-8 debug-topic-namespaces | 43 $ hg --encoding utf-8 debug-topic-namespaces |
44 æ (esc) | 44 æ |
45 $ hg --encoding ascii debug-topic-namespaces | 45 $ hg --encoding ascii debug-topic-namespaces |
46 ? (esc) | 46 ? |
47 $ hg --encoding latin1 debug-topic-namespaces | 47 $ hg --encoding latin1 debug-topic-namespaces |
48 \xe6 (esc) | 48 \xe6 (esc) |
49 $ cat .hg/topic-namespace | 49 $ cat .hg/topic-namespace |
50 \xc3\xa6 (esc) | 50 \xc3\xa6 (esc) |
51 | 51 |