fix, completion broken after AA lit

This commit is contained in:
Basile Burg 2017-08-24 11:26:19 +02:00
parent 9f4c6ddaf4
commit 2a86a6aad5
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
6 changed files with 17 additions and 3 deletions

@ -1 +1 @@
Subproject commit 026398b6888dbe2fcdf88b87babf1bd4d456f43f
Subproject commit 1f34e2b7a8299869ceb531cb6b76d01ad9145f54

View File

@ -8,7 +8,7 @@
"license": "GPL-3.0",
"dependencies": {
"dsymbol": "~>0.2.8",
"libdparse": "~>0.7.1-beta.7",
"libdparse": "~>0.7.1",
"msgpack-d": "~>1.0.0-beta.3"
},
"versions": ["built_with_dub"],

@ -1 +1 @@
Subproject commit 4229f11828a901ea5379409015f14a033e742906
Subproject commit a4cdc474a130ecf5ba3be9424cfb23815eeefd3a

8
tests/tc057/expected.txt Normal file
View File

@ -0,0 +1,8 @@
identifiers
alignof k
init k
mangleof k
max k
min k
sizeof k
stringof k

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

@ -0,0 +1 @@
void foo(){const a = [[0]:0]; auto b = true; b.}

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

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