testilo 11.0.7 → 11.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "11.0.7",
3
+ "version": "11.0.8",
4
4
  "description": "Client that scores and digests Testaro reports",
5
5
  "main": "aim.js",
6
6
  "scripts": {
@@ -6847,6 +6847,11 @@ exports.issueClasses = {
6847
6847
  quality: 1,
6848
6848
  what: 'Element is closed while an element within it is unclosed'
6849
6849
  },
6850
+ '^End tag .+ seen, but there were open elements.*$': {
6851
+ variable: true,
6852
+ quality: 1,
6853
+ what: 'Element is closed while an element within it is unclosed'
6854
+ },
6850
6855
  '^Unclosed element .+$': {
6851
6856
  variable: true,
6852
6857
  quality: 1,