Complete Phase 1: All requirements validated and working
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
This commit is contained in:
4
test_datetime_tostring.nyash
Normal file
4
test_datetime_tostring.nyash
Normal file
@ -0,0 +1,4 @@
|
||||
// test_datetime_tostring.nyash - DateTimeBox toString() test as mentioned in issue
|
||||
local dt
|
||||
dt = new DateTimeBox()
|
||||
print(dt.toString())
|
||||
Reference in New Issue
Block a user