Remove trailing whitespace in parser tests (#350)
This commit is contained in:
parent
816183b975
commit
ad0d37a173
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user