Add "unicode_strings" test case for new Python 3 behavior
This commit is contained in:
parent
9846f3f1ea
commit
791f070e66
3 changed files with 20 additions and 0 deletions
4
Examples/test-suite/python/unicode_strings_runme.py
Normal file
4
Examples/test-suite/python/unicode_strings_runme.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import unicode_strings
|
||||
|
||||
unicode_strings.test_c_str()
|
||||
unicode_strings.test_std_string()
|
||||
Loading…
Add table
Add a link
Reference in a new issue