t4018: test cases showing that the cpp pattern misses many anchor points
authorJohannes Sixt <j6t@kdbg.org>
Fri, 21 Mar 2014 21:07:21 +0000 (22:07 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Mar 2014 22:03:31 +0000 (15:03 -0700)
commit9cc444f...570b196f1c51664ce2de1d8e1dee6046
tree25d9d41...c6431219a1324c33ae250e8848744b00copy hash to clipboard (tree)
parent02907a0...ccfbdf0a9a48259fd7e9a234f3c123b3copy hash to clipboard (diff)
12 files changed:
t/t4018/cpp-class-constructor [new file with mode: 0644]
t/t4018/cpp-class-constructor-mem-init [new file with mode: 0644]
t/t4018/cpp-class-destructor [new file with mode: 0644]
t/t4018/cpp-function-returning-global-type [new file with mode: 0644]
t/t4018/cpp-function-returning-nested [new file with mode: 0644]
t/t4018/cpp-function-returning-reference [new file with mode: 0644]
t/t4018/cpp-gnu-style-function [new file with mode: 0644]
t/t4018/cpp-namespace-definition [new file with mode: 0644]
t/t4018/cpp-operator-definition [new file with mode: 0644]
t/t4018/cpp-struct-single-line [new file with mode: 0644]
t/t4018/cpp-template-function-definition [new file with mode: 0644]
t/t4018/cpp-union-definition [new file with mode: 0644]