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