more tests
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 11 Jul 2024 14:59:00 +0000 (07:59 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 11 Jul 2024 14:59:00 +0000 (07:59 -0700)
commit779b018c3ab27ed5cac5625360a0873537b9fc65
tree35a6249cb188b2bda205f674a82bb54a8cbcd9b3
parent2f6b6dc82b0edb3627a111262e09d9c467d0d040
more tests
15 files changed:
rust/Cargo.lock
rust/Cargo.toml
rust/fuzz/.gitignore [new file with mode: 0644]
rust/fuzz/Cargo.lock [new file with mode: 0644]
rust/fuzz/Cargo.toml [new file with mode: 0644]
rust/fuzz/fuzz_targets/fuzz_target_1.rs [new file with mode: 0644]
rust/fuzz/fuzz_targets/segment.rs [new file with mode: 0644]
rust/src/identifier.rs
rust/src/lex/segment.rs
src/language/lexer/segment.c
src/language/lexer/segment.h
src/libpspp/prompt.c
src/libpspp/prompt.h
tests/language/lexer/segment-test.c
tests/language/lexer/segment.at