From 8b134a091a094b68793266a5811223b970373317 Mon Sep 17 00:00:00 2001 From: eidheim Date: Sat, 21 Aug 2021 17:27:01 +0200 Subject: [PATCH] Added another doxygen test --- tests/tooltips_test.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/tooltips_test.cpp b/tests/tooltips_test.cpp index 5f4d6bf..fdf2946 100644 --- a/tests/tooltips_test.cpp +++ b/tests/tooltips_test.cpp @@ -538,6 +538,10 @@ int main() { auto tooltip = get_doxygen_tooltip("\\@test", false); g_assert(tooltip->buffer->get_text() == "@test"); } + { + auto tooltip = get_doxygen_tooltip("@test", false); + g_assert(tooltip->buffer->get_text() == "@test"); + } { auto tooltip = get_doxygen_tooltip("%test", false); g_assert(tooltip->buffer->get_text() == "test");