Searched refs:expected_error (Results 1 – 1 of 1) sorted by relevance
593 let expected_error; in test_error_eof() localVariable596 expected_error = Err( in test_error_eof()603 expected_error = Err("unexpected parse".to_string()); in test_error_eof()606 assert_eq!(parse("lsh r"), expected_error); in test_error_eof()614 let expected_error; in test_error_unexpected_character() localVariable617 expected_error = Err( in test_error_unexpected_character()623 expected_error = Err("unexpected parse".to_string()); in test_error_unexpected_character()626 assert_eq!(parse("exit\n^"), expected_error); in test_error_unexpected_character()