Remove trailing whitespace in parser tests (#350)

This commit is contained in:
Casey Rodarmor 2018-09-03 14:48:15 -07:00 committed by GitHub
parent 816183b975
commit ad0d37a173
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -444,7 +444,7 @@ mod test {
# hello
",
",
"",
}
@ -477,7 +477,7 @@ foo +a:
foo +a="Hello":
"#,
"#,
r#"foo +a='Hello':"#,
}
@ -488,7 +488,7 @@ foo +a="Hello":
foo a='b\t':
"#,
"#,
r#"foo a='b\\t':"#,
}
@ -497,7 +497,7 @@ foo a='b\t':
r#"
export a = "hello"
"#,
"#,
r#"export a = "hello""#,
}
@ -517,7 +517,7 @@ hello a b c : x y z #hello
1
2
3
",
",
"bar = foo
foo = \"xx\"
@ -548,7 +548,7 @@ install:
\tif [[ -f {{practicum}} ]]; then
\t\treturn
\tfi
",
",
"practicum = \"hello\"
install: