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
* Added test for rule syntax
* Added not enclosed rule
* Added test no rules for message
* Added test no rules for enums
* Update rule search syntax
* Changed fullloader to baseloader
* Updated documentation
self.assertFalse(hasRuleandlineruleCount!=foundruleCountandendRuleandlineruleCount-foundruleCount-1>0, file+" in line "+str(line_number) +": "+str(lineruleCount-foundruleCount-1)+" defined rule(s) does not exists for: '"+statement+"'")
120
+
self.assertFalse(hasRuleandnotendRule, file+" in line "+str(line_number) +": \\endrules statement does not exists for: '"+statement+"'. Check spacing and rule syntax.")
121
+
self.assertFalse(nothasRuleandendRule, file+" in line "+str(line_number) +": \\rules statement does not exists for: '"+statement+"'. Check spacing and rule syntax.")
122
+
self.assertFalse(nothasRuleandnotendRuleandlineruleCount<foundruleCount, file+" in line "+str(line_number) +": rules found but no statements (\\rules and \\endrules) around it for: '"+statement+"'")
0 commit comments