mirror of
https://github.com/dlang-community/DCD.git
synced 2025-04-26 13:19:56 +03:00
8 lines
154 B
Bash
Executable file
8 lines
154 B
Bash
Executable file
set -e
|
|
set -u
|
|
|
|
dcd-client file.d -c839 > actual1.txt
|
|
diff actual1.txt expected1.txt
|
|
|
|
dcd-client file.d -c862 > actual2.txt
|
|
diff actual2.txt expected2.txt
|