Cleaning language

This commit is contained in:
2026-01-29 01:10:53 +01:00
parent d106711708
commit 48f5920fed
10 changed files with 57 additions and 68 deletions

View File

@@ -46,8 +46,8 @@ fn word_defined_in_one_forth_available_in_same() {
}
#[test]
fn unknown_word_errors() {
expect_error("nosuchword", "unknown word");
fn unknown_word_becomes_string() {
expect_str("nosuchword", "nosuchword");
}
#[test]