Add tests for string indexing and converting lists to strings
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -24,9 +24,20 @@ __mul__
|
||||
asdfasdfasdfasdf
|
||||
This is a longer sentenceThis is a longer sentenceThis is a longer sentenceThis is a longer sentenceThis is a longer sentence
|
||||
'asdfasdfasdfasdfasdfasdf'
|
||||
__index__
|
||||
a
|
||||
s
|
||||
d
|
||||
f
|
||||
f
|
||||
d
|
||||
s
|
||||
a
|
||||
constructor
|
||||
asdf
|
||||
1234
|
||||
1.0
|
||||
true
|
||||
false
|
||||
[1, 2, 3]
|
||||
[]
|
||||
|
||||
Reference in New Issue
Block a user