Show More
@@ -49,6 +49,8 b' tool itself by doctest' | |||||
49 | $ $PYTHON check-translation.py --doctest |
|
49 | $ $PYTHON check-translation.py --doctest | |
50 | $ cd $TESTTMP |
|
50 | $ cd $TESTTMP | |
51 |
|
51 | |||
|
52 | #if gettext | |||
|
53 | ||||
52 | Check i18n cache isn't reused after encoding change: |
|
54 | Check i18n cache isn't reused after encoding change: | |
53 |
|
55 | |||
54 | $ cat > $TESTTMP/encodingchange.py << EOF |
|
56 | $ cat > $TESTTMP/encodingchange.py << EOF | |
@@ -68,3 +70,5 b" Check i18n cache isn't reused after enco" | |||||
68 | (\xe5\xae\x9f\xe9\xa8\x93\xe7\x9a\x84\xe5\xae\x9f\xe8\xa3\x85) (esc) |
|
70 | (\xe5\xae\x9f\xe9\xa8\x93\xe7\x9a\x84\xe5\xae\x9f\xe8\xa3\x85) (esc) | |
69 | (?????) |
|
71 | (?????) | |
70 | (\xe5\xae\x9f\xe9\xa8\x93\xe7\x9a\x84\xe5\xae\x9f\xe8\xa3\x85) (esc) |
|
72 | (\xe5\xae\x9f\xe9\xa8\x93\xe7\x9a\x84\xe5\xae\x9f\xe8\xa3\x85) (esc) | |
|
73 | ||||
|
74 | #endif |
General Comments 0
You need to be logged in to leave comments.
Login now