mirror of
https://github.com/dlang-community/DCD.git
synced 2025-04-26 13:19:56 +03:00

Extended mode ditto comment support merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
5 lines
99 B
Bash
Executable file
5 lines
99 B
Bash
Executable file
set -e
|
|
set -u
|
|
|
|
../../bin/dcd-client $1 file.d -x -c80 > actual1.txt
|
|
diff actual1.txt expected1.txt
|