elementary shell behavior: can kick off a foreground process and
handle signals
This commit is contained in:
parent
3b1ae0efd5
commit
99cb9e5a2e
17 changed files with 619 additions and 167 deletions
|
|
@ -15,8 +15,8 @@ mod lex_tests {
|
|||
|
||||
#[test]
|
||||
fn test_bad_symbol() {
|
||||
let document = String::from("(as/dd)");
|
||||
let output: &str = "Problem lexing document: \"Unparsable token: as/dd\"";
|
||||
let document = String::from("(as@dd)");
|
||||
let output: &str = "Problem lexing document: \"Unparsable token: as@dd\"";
|
||||
assert_eq!(lex(&document).err().unwrap(), output.to_string(),);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue