work on system file tests
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 8 Jun 2025 16:31:18 +0000 (09:31 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 8 Jun 2025 16:31:18 +0000 (09:31 -0700)
commitb9f193b721f11e1e7cfa0841916a8503391015d3
tree6f155fb418ceefe9fa18cfe36fed316f91df36f9
parente6d587b8b5c68b58736a5a720364cfb66838ea32
work on system file tests
18 files changed:
rust/pspp/src/dictionary.rs
rust/pspp/src/output/mod.rs
rust/pspp/src/output/pivot/test.rs
rust/pspp/src/output/spv.rs
rust/pspp/src/output/text.rs
rust/pspp/src/sys/sack.rs
rust/pspp/src/sys/test.rs
rust/pspp/src/sys/testdata/documents.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/documents.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/unspecified_number_of_variable_positions.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/unspecified_number_of_variable_positions.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/value_labels.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/value_labels.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/variable_labels_and_missing_values.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/variable_labels_and_missing_values.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/wrong_variable_positions_but_v13.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/wrong_variable_positions_but_v13.sack [new file with mode: 0644]
rust/pspp/tests/sack.rs