Merge pull request #414 from WebFreak001/indent-fix

Use tabs everywhere
merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>
This commit is contained in:
The Dlang Bot 2017-09-18 23:15:53 +02:00 committed by GitHub
commit f9ca719824
24 changed files with 155 additions and 155 deletions

View File

@ -1,8 +1,8 @@
set -e
set -u
../../bin/dcd-client $1 file.d -c839 > actual1.txt
../../bin/dcd-client $1 file.d -c696 > actual1.txt
diff actual1.txt expected1.txt
../../bin/dcd-client $1 file.d -c862 > actual2.txt
../../bin/dcd-client $1 file.d -c713 > actual2.txt
diff actual2.txt expected2.txt

View File

@ -1,5 +1,5 @@
set -e
set -u
../../bin/dcd-client $1 file.d -c154 > actual.txt
../../bin/dcd-client $1 file.d -c136 > actual.txt
diff actual.txt expected.txt

View File

@ -1,5 +1,5 @@
set -e
set -u
../../bin/dcd-client $1 file.d -c79 > actual1.txt
../../bin/dcd-client $1 file.d -c73 > actual1.txt
diff actual1.txt expected1.txt

View File

@ -1,15 +1,15 @@
set -e
set -u
../../bin/dcd-client $1 file.d -d -c161 > actual1.txt
../../bin/dcd-client $1 file.d -d -c149 > actual1.txt
diff actual1.txt expected1.txt
../../bin/dcd-client $1 file.d -d -c170 > actual2.txt
../../bin/dcd-client $1 file.d -d -c158 > actual2.txt
diff actual2.txt expected2.txt
../../bin/dcd-client $1 file.d -d -c178 > actual3.txt
../../bin/dcd-client $1 file.d -d -c166 > actual3.txt
diff actual3.txt expected3.txt
../../bin/dcd-client $1 file.d -d -c187 > actual4.txt
../../bin/dcd-client $1 file.d -d -c175 > actual4.txt
diff actual4.txt expected4.txt

View File

@ -1,8 +1,8 @@
set -e
set -u
../../bin/dcd-client $1 file.d -d -c21 > actual1.txt
../../bin/dcd-client $1 file.d -d -c18 > actual1.txt
diff actual1.txt expected1.txt
../../bin/dcd-client $1 file.d -d -c119 > actual2.txt
../../bin/dcd-client $1 file.d -d -c107 > actual2.txt
diff actual2.txt expected2.txt

View File

@ -1,5 +1,5 @@
set -e
set -u
../../bin/dcd-client $1 file.d -c29 > actual.txt
../../bin/dcd-client $1 file.d -c26 > actual.txt # segfault if -c29 (" XX|"), bug!
diff actual.txt expected.txt

View File

@ -1,5 +1,5 @@
set -e
set -u
../../bin/dcd-client $1 file.d -d -c136 > actual.txt
../../bin/dcd-client $1 file.d -d -c124 > actual.txt
diff actual.txt expected.txt

View File

@ -1,5 +1,5 @@
set -e
set -u
../../bin/dcd-client $1 file.d -c78 > actual.txt
../../bin/dcd-client $1 file.d -c72 > actual.txt
diff actual.txt expected.txt

View File

@ -1 +1 @@
stdin 143
stdin 140

View File

@ -7,5 +7,5 @@ diff actual1.txt expected1.txt
../../bin/dcd-client $1 file.d -l -c47 > actual2.txt
diff actual2.txt expected2.txt
../../bin/dcd-client $1 file.d -l -c218 > actual3.txt
../../bin/dcd-client $1 file.d -l -c200 > actual3.txt
diff actual3.txt expected3.txt

View File

@ -1,5 +1,5 @@
set -e
set -u
../../bin/dcd-client $1 file.d -c61 > actual.txt
../../bin/dcd-client $1 file.d -c58 > actual.txt
diff actual.txt expected.txt