Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
17994d1b
Commit
17994d1b
authored
Jun 14, 2014
by
Paul Sokolovsky
Browse files
tests: Add test for unicode string iteration.
parent
79b7fe2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/unicode/unicode_iter.py
0 → 100644
View file @
17994d1b
for
c
in
"Hello"
:
print
(
c
)
for
c
in
"Привет"
:
print
(
c
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment