mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-24 13:28:30 +00:00
Attempt to build Python compiler program
This commit is contained in:
parent
d522a88def
commit
0c6581f912
27 changed files with 9780 additions and 2536 deletions
|
@ -29,6 +29,6 @@ TEST(StripComponents, test) {
|
|||
EXPECT_STREQ("hello", StripComponents("a/b/hello", 3));
|
||||
EXPECT_STREQ("hello", StripComponents("a/b/hello", 2));
|
||||
EXPECT_STREQ("b/hello", StripComponents("a/b/hello", 1));
|
||||
EXPECT_STREQ("hello", StripComponents("a///b/hello", 2));
|
||||
EXPECT_STREQ("b/hello", StripComponents("///a/b/hello", 1));
|
||||
EXPECT_STREQ("/foo/bar", StripComponents("o//foo/bar", 1));
|
||||
EXPECT_STREQ("foo/bar", StripComponents("o//foo/bar", 2));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue