tags
extractor fails for tags which are substrings of other tags
#10
Labels
tags
extractor fails for tags which are substrings of other tags
#10
http://ariatemplates.com/usermanual/latest/filters
I guess the second snippet should display only onRequest and onResponse, without constructor:
When we look at the MD file:
https://raw.github.com/ariatemplates/usermanual/master/src/latest/core/advanced/filters.md
There are two calls to embed JS:
As we can see
delayFilter
is a substring ofdelayFilterConstructor
.Here's the input snippet:
https://github.com/ariatemplates/documentation-code/blob/master/snippets/core/filters/IoDelayFilter.js
So it seems that tags extractor matches not enough restrictively.
As a quick workaround, probably renaming the tags in both mentioned files would work, but it'd be better to fix it in the extractor code.
The text was updated successfully, but these errors were encountered: