Tests for #261
This commit is contained in:
parent
acaf9da69f
commit
39def82b4a
|
@ -0,0 +1,5 @@
|
||||||
|
identifiers
|
||||||
|
idouble k
|
||||||
|
ifloat k
|
||||||
|
int k
|
||||||
|
ireal k
|
|
@ -0,0 +1 @@
|
||||||
|
i
|
|
@ -0,0 +1,5 @@
|
||||||
|
set -e
|
||||||
|
set -u
|
||||||
|
|
||||||
|
../../bin/dcd-client file.d -c1 > actual.txt
|
||||||
|
diff actual.txt expected.txt
|
Loading…
Reference in New Issue