Fix missing - in lit-test and fix typo.

This commit is contained in:
Markus Reiter 2020-10-14 22:25:55 +02:00
parent ce843d870f
commit f447a9011b

View File

@ -109,7 +109,7 @@ echo "== Merging (no conflict)"
lit merge r3 lit merge r3
# file2 should now be present. # file2 should now be present.
diff -s subfolder/file2 <<-EOF diff -s subfolder/file2 - <<-EOF
This is the first line of the second file. This is the first line of the second file.
And another line in the second file. And another line in the second file.
EOF EOF
@ -152,7 +152,7 @@ diff -s file1 - <<-EOF
Fifth line on top of r4. Fifth line on top of r4.
EOF EOF
# other breanch # other branch
diff -s file1.r6 - <<-EOF diff -s file1.r6 - <<-EOF
This is the first line of the first file. 🚀 This is the first line of the first file. 🚀
This is the second line of the first file. This is the second line of the first file.