Files
hakorune/tests/phase1/test_datetime_tostring.hako

4 lines
135 B
Plaintext

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