Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various encodings conversion fixes #3716

Merged
merged 11 commits into from
Apr 21, 2024
1 change: 1 addition & 0 deletions tests/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -370,3 +370,4 @@ test('ctags/processing-order', runner,
env: ['top_srcdir='+meson.source_root(), 'top_builddir='+meson.build_root()])
test('utils', executable('test_utils', 'test_utils.c', dependencies: test_deps))
test('sidebar', executable('test_sidebar', 'test_sidebar.c', dependencies: test_deps))
test('encodings', executable('test_encodings', 'test_encodings.c', dependencies: test_deps))