mirror of
https://github.com/dlang-community/DCD.git
synced 2025-04-26 13:19:56 +03:00
Adding Simple UFCS
Added UFCS navigation Adding test cases for ufcs With ufcs update expected test Updated UFCS with templating support Removing template function.
This commit is contained in:
parent
2d9084ff77
commit
9e60ab8b2c
12 changed files with 437 additions and 5 deletions
5
tests/tc_ufcs_completions/run.sh
Executable file
5
tests/tc_ufcs_completions/run.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
set -e
|
||||
set -u
|
||||
|
||||
../../bin/dcd-client $1 -c100 -I"$PWD"/fooutils file.d > actual.txt
|
||||
diff actual.txt expected.txt
|
Loading…
Add table
Add a link
Reference in a new issue