mirror of
https://github.com/dlang-community/DCD.git
synced 2025-04-25 21:00:02 +03:00
7 lines
209 B
Bash
Executable file
7 lines
209 B
Bash
Executable file
set -e
|
|
set -u
|
|
|
|
../../bin/dcd-client $1 -I $(pwd)
|
|
echo | ../../bin/dcd-client $1 --search funcName > actual1.txt
|
|
echo -e "$(pwd)/file.d\tf\t5" > expected1.txt
|
|
diff actual1.txt expected1.txt --strip-trailing-cr
|