mirror of
https://github.com/CPunch/Cosmo.git
synced 2025-10-15 21:50:10 +00:00
removed CObjStream
This commit is contained in:
@@ -7,7 +7,7 @@ print("starting Testsuite...")
|
||||
// tests the string.* library
|
||||
|
||||
assert("Hello world!":sub(6) == "world!", "string.sub() failed!")
|
||||
assert("A":rep(6) == "AAAAAA", "string.red() failed!")
|
||||
assert("A":rep(6) == "AAAAAA", "string.rep() failed!")
|
||||
|
||||
// tests some basic PEMDAS arithmetic
|
||||
|
||||
|
Reference in New Issue
Block a user