add time test data
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 4 Apr 2025 13:35:40 +0000 (06:35 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 4 Apr 2025 13:35:40 +0000 (06:35 -0700)
commit3cd64cdbc9cdb5f0396275403610d0d0cf7f6069
tree5794a9826a9826c351d2a490344a37a42526f449
parent470f3444eb8fd0dd8bafd6629b1cfddee6befb3b
add time test data
93 files changed:
rust/pspp/src/format/display.rs
rust/pspp/src/format/testdata/display/dtime10.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/dtime11.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/dtime12.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/dtime13.1.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/dtime13.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/dtime14.1.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/dtime14.2.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/dtime14.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/dtime15.1.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/dtime15.2.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/dtime15.3.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/dtime15.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/dtime16.1.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/dtime16.2.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/dtime16.3.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/dtime16.4.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/dtime16.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/dtime17.1.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/dtime17.2.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/dtime17.3.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/dtime17.4.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/dtime17.5.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/dtime17.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/dtime18.1.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/dtime18.2.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/dtime18.3.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/dtime18.4.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/dtime18.5.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/dtime18.6.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/dtime18.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/dtime8.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/dtime9.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/mtime10.1.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/mtime10.2.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/mtime10.3.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/mtime10.4.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/mtime10.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/mtime11.1.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/mtime11.2.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/mtime11.3.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/mtime11.4.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/mtime11.5.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/mtime11.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/mtime12.5.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/mtime13.5.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/mtime14.5.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/mtime15.5.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/mtime16.5.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/mtime5.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/mtime6.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/mtime7.1.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/mtime7.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/mtime8.1.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/mtime8.2.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/mtime8.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/mtime9.1.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/mtime9.2.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/mtime9.3.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/mtime9.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/time-input.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/time10.1.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/time10.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/time11.1.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/time11.2.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/time11.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/time12.1.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/time12.2.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/time12.3.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/time12.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/time13.1.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/time13.2.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/time13.3.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/time13.4.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/time13.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/time14.1.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/time14.2.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/time14.3.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/time14.4.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/time14.5.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/time14.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/time15.1.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/time15.2.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/time15.3.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/time15.4.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/time15.5.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/time15.6.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/time15.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/time5.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/time6.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/time7.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/time8.txt [new file with mode: 0644]
rust/pspp/src/format/testdata/display/time9.txt [new file with mode: 0644]