Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Thu, 19 Nov 2020 10:30:28 UTC Commit: fffb3c2bf2e78255a7b32540a6587f7c6ab6a6e3 https://github.com/geany/geany/commit/fffb3c2bf2e78255a7b32540a6587f7c6ab6a6...
Log Message: ----------- Update tests
Modified Paths: -------------- tests/ctags/Package.pm.tags tests/ctags/bug1938565.sql.tags tests/ctags/random.sql.tags tests/ctags/refcurs.sql.tags
Modified: tests/ctags/Package.pm.tags 3 lines changed, 3 insertions(+), 0 deletions(-) =================================================================== @@ -8,3 +8,6 @@ Test::One::Two dude�16�0 init�16�0 quo�16�0 +quo�1024�0 +xtz�1024�0 +xuz�1024�0
Modified: tests/ctags/bug1938565.sql.tags 2 lines changed, 2 insertions(+), 0 deletions(-) =================================================================== @@ -1,4 +1,6 @@ # format=tagmanager demo_pkg�512�0 func1�16�demo_pkg�0 +func1_proto�1024�demo_pkg�0 func2�16�demo_pkg�0 +func2_proto�1024�demo_pkg�0
Modified: tests/ctags/random.sql.tags 7 lines changed, 7 insertions(+), 0 deletions(-) =================================================================== @@ -1,12 +1,19 @@ # format=tagmanager Seed�16384�random�0 get_rand�256�random�0 +get_rand�1024�random�0 get_rand_max�256�random�0 +get_rand_max�1024�random�0 increment�16384�random�0 multiplier�16384�random�0 rand�16�random�0 +rand�1024�random�0 rand_max�16�random�0 +rand_max�1024�random�0 rand_string�16�random�0 +rand_string�1024�random�0 random�512�0 smaller�16�random�0 +smaller�1024�random�0 srand�256�random�0 +srand�1024�random�0
Modified: tests/ctags/refcurs.sql.tags 2 lines changed, 2 insertions(+), 0 deletions(-) =================================================================== @@ -1,6 +1,8 @@ # format=tagmanager get_cursor_ref�16�test_ref_cursor�0 main�256�test_ref_cursor�0 +main�1024�test_ref_cursor�0 process_cursor�256�test_ref_cursor�0 +process_cursor�1024�test_ref_cursor�0 test_ref_cursor�512�0 types�512�0
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).