You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to clicon/clixon#301 but somewhat larger in that not only duplicate keywords but also no expanded suggestions are seen.
As with #301 it worked in 5.3 but is broken in 5.4 and 5.5
Issue is seen when redundant keywords are present in the referenced tree at the same hierarchy
consider tree syntax :
file:op.cli
treename= "op";
show {
word1;
word2;
}
file : test.cli
show {
word3;
word4;
}
@op;
Expected behaviour :
The text was updated successfully, but these errors were encountered: