Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
techee committed Nov 19, 2020
1 parent a2ecdab commit fffb3c2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/ctags/Package.pm.tags
Expand Up @@ -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
2 changes: 2 additions & 0 deletions tests/ctags/bug1938565.sql.tags
@@ -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
7 changes: 7 additions & 0 deletions tests/ctags/random.sql.tags
@@ -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
2 changes: 2 additions & 0 deletions tests/ctags/refcurs.sql.tags
@@ -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

0 comments on commit fffb3c2

Please sign in to comment.