This commit is contained in:
Hackerpilot 2015-10-19 11:57:13 -07:00
parent acaf9da69f
commit 39def82b4a
3 changed files with 11 additions and 0 deletions

5
tests/tc021/expected.txt Normal file
View File

@ -0,0 +1,5 @@
identifiers
idouble k
ifloat k
int k
ireal k

1
tests/tc021/file.d Normal file
View File

@ -0,0 +1 @@
i

5
tests/tc021/run.sh Executable file
View File

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