mirror of
https://github.com/dlang-community/DCD.git
synced 2025-04-26 21:29:58 +03:00
11 lines
256 B
Bash
Executable file
11 lines
256 B
Bash
Executable file
set -e
|
|
set -u
|
|
|
|
../../bin/dcd-client $1 file.d -c70 > actual.txt
|
|
diff actual.txt expected1.txt
|
|
|
|
../../bin/dcd-client $1 file.d -c143 > actual.txt
|
|
diff actual.txt expected1.txt
|
|
|
|
../../bin/dcd-client $1 file.d -c242 > actual.txt
|
|
diff actual.txt expected2.txt
|