rustfmt
Signed-off-by: Ava Hahn <ava@aidanis.online>
This commit is contained in:
parent
ecbc47d4fe
commit
bc09cb07b1
17 changed files with 236 additions and 217 deletions
|
|
@ -133,7 +133,8 @@ mod lex_tests {
|
|||
|
||||
#[test]
|
||||
fn test_postline_comment() {
|
||||
let document = String::from("#!/bin/relish\n((one two)# another doc comment\n(three four))");
|
||||
let document =
|
||||
String::from("#!/bin/relish\n((one two)# another doc comment\n(three four))");
|
||||
let output: &str = "((one two) (three four))";
|
||||
match lex(&document) {
|
||||
Ok(tree) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue