[geany/geany] 43a898: c: Add a test case for size_t and wchar_t handling

Colomban Wendling git-noreply at xxxxx
Thu Dec 25 15:45:35 UTC 2014


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Thu, 25 Dec 2014 15:45:35 UTC
Commit:      43a8986d2cd8f40e2daff2fc31f8677669514d6f
             https://github.com/geany/geany/commit/43a8986d2cd8f40e2daff2fc31f8677669514d6f

Log Message:
-----------
c: Add a test case for size_t and wchar_t handling


Modified Paths:
--------------
    tests/ctags/Makefile.am
    tests/ctags/size_t_wchar_t_typedef.c
    tests/ctags/size_t_wchar_t_typedef.c.tags

Modified: tests/ctags/Makefile.am
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -254,6 +254,7 @@ test_sources = \
 	simple.rb						\
 	simple.sh						\
 	simple.tcl						\
+	size_t_wchar_t_typedef.c		\
 	spurious_label_tags.c			\
 	sql_single_quote.sql			\
 	square_parens.f90				\


Modified: tests/ctags/size_t_wchar_t_typedef.c
3 lines changed, 3 insertions(+), 0 deletions(-)
===================================================================
@@ -0,0 +1,3 @@
+
+typedef int size_t;
+typedef int wchar_t;


Modified: tests/ctags/size_t_wchar_t_typedef.c.tags
3 lines changed, 3 insertions(+), 0 deletions(-)
===================================================================
@@ -0,0 +1,3 @@
+# format=tagmanager
+size_t�4096�0�int
+wchar_t�4096�0�int



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list