|
|
|
@ -538,6 +538,10 @@ int main() { |
|
|
|
auto tooltip = get_doxygen_tooltip("\\@test", false); |
|
|
|
auto tooltip = get_doxygen_tooltip("\\@test", false); |
|
|
|
g_assert(tooltip->buffer->get_text() == "@test"); |
|
|
|
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); |
|
|
|
auto tooltip = get_doxygen_tooltip("%test", false); |
|
|
|
g_assert(tooltip->buffer->get_text() == "test"); |
|
|
|
g_assert(tooltip->buffer->get_text() == "test"); |
|
|
|
|