We need message IDs for our test cases
Opened this issue · 0 comments
Deleted user commented
We can't accurately determine which message came out of a test case. All we can say is whether we had an error or a warning and what module it came from. That can be unhelpful, for example I just realized that <keycap>-></keycap>
was being flagged for the wrong reason: for being a guimenu in disguise, instead of for being a function keycap without function attribute.
Incidentally, that would also help with #120 ... requirements there are very similar.