Files
hakorune/tests/phase1/test_datetime_tostring.nyash

4 lines
136 B
Plaintext

// test_datetime_tostring.nyash - DateTimeBox toString() test as mentioned in issue
local dt
dt = new DateTimeBox()
print(dt.toString())