Branch: refs/heads/master Author: Thomas Martitz thomas.martitz@mailbox.org Committer: Thomas Martitz thomas.martitz@mailbox.org Date: Sat, 12 Feb 2022 21:57:21 UTC Commit: 021144e60ddd07ad2e5e1fbcb54be8e32874e4f6 https://github.com/geany/geany/commit/021144e60ddd07ad2e5e1fbcb54be8e32874e4...
Log Message: ----------- Update GDScript test
Anonymous enums are now flagged as such (last digit == 1).
GDScript support (#3012) and the anonymous tags PR (#3059) did not know about each other so this wasn't catched by CI until now.
Modified Paths: -------------- tests/ctags/gdscript-no-implicit-class.gd.tags
Modified: tests/ctags/gdscript-no-implicit-class.gd.tags 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -14,7 +14,7 @@ _init _private_var�16384�Something�0�String a�16384�0 a�16384�Something�0 -anon_enum_1�2�0 +anon_enum_1�2�1 arr�16384�0 dict�16384�0 foooooooo�128�()�Something�0�String
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).