t4018: test cases for the built-in cpp pattern
commit02907a08ccfbdf0a9a48259fd7e9a234f3c123b3
authorJohannes Sixt <j6t@kdbg.org>
Fri, 21 Mar 2014 21:07:20 +0000 (21 22:07 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Mar 2014 22:03:29 +0000 (21 15:03 -0700)
tree87af1fa57e59759ef15d3960051a0f73cd8cb8d7
parentad5070fb363b1e7ee7e1df83a17f4e8e1eb607a0
t4018: test cases for the built-in cpp pattern

A later patch changes the built-in cpp pattern. These test cases
demonstrate aspects of the pattern that we do not want to change.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4018/cpp-c++-function [new file with mode: 0644]
t/t4018/cpp-class-definition [new file with mode: 0644]
t/t4018/cpp-class-definition-derived [new file with mode: 0644]
t/t4018/cpp-function-returning-pointer [new file with mode: 0644]
t/t4018/cpp-skip-access-specifiers [new file with mode: 0644]
t/t4018/cpp-skip-comment-block [new file with mode: 0644]
t/t4018/cpp-skip-labels [new file with mode: 0644]
t/t4018/cpp-struct-definition [new file with mode: 0644]
t/t4018/cpp-void-c-function [new file with mode: 0644]