mirror of
https://github.com/boostorg/python.git
synced 2026-01-24 18:12:43 +00:00
Test full slicing.
[SVN r21497]
This commit is contained in:
@@ -134,6 +134,9 @@ bool check_string_slice()
|
||||
if (s.slice(-3,_) != "rld")
|
||||
return false;
|
||||
|
||||
if (s.slice(_,_) != s)
|
||||
return false;
|
||||
|
||||
if (", " != s.slice(5,7))
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user