fix more tests
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 5 Jul 2025 17:53:41 +0000 (10:53 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 5 Jul 2025 17:53:41 +0000 (10:53 -0700)
commit0a1dc0049cb374f862514921ba535636fab187a1
tree849376e2875d03bbaf9866638bed8e40e90cab98
parent92f3b4fa9bb2e2c239776d743a20052e0b5519ec
fix more tests
18 files changed:
rust/pspp/src/dictionary.rs
rust/pspp/src/format/display/mod.rs
rust/pspp/src/sys/cooked.rs
rust/pspp/src/sys/raw.rs
rust/pspp/src/sys/testdata/bad_very_long_string_segment_width.expected
rust/pspp/src/sys/testdata/duplicate_attribute_name.expected
rust/pspp/src/sys/testdata/duplicate_value_labels_type.expected
rust/pspp/src/sys/testdata/missing_attribute_value.expected
rust/pspp/src/sys/testdata/missing_type_4_record.expected
rust/pspp/src/sys/testdata/too_many_value_labels.expected
rust/pspp/src/sys/testdata/type_4_record_names_long_string_variable.expected
rust/pspp/src/sys/testdata/unquoted_attribute_value.expected
rust/pspp/src/sys/testdata/value_label_variable_indexes_must_be_in_correct_range.expected
rust/pspp/src/sys/testdata/value_label_variable_indexes_must_not_be_long_string_continuation.expected
rust/pspp/src/sys/testdata/value_label_with_no_associated_variables.expected
rust/pspp/src/sys/testdata/value_label_with_no_associated_variables.sack
rust/pspp/src/sys/testdata/variables_for_value_label_must_all_be_same_type.expected
tests/data/sys-file-reader.at