aboutsummaryrefslogtreecommitdiff
path: root/exampleData/ruleSets/simpleRuleSet1.json
diff options
context:
space:
mode:
Diffstat (limited to 'exampleData/ruleSets/simpleRuleSet1.json')
-rw-r--r--exampleData/ruleSets/simpleRuleSet1.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/exampleData/ruleSets/simpleRuleSet1.json b/exampleData/ruleSets/simpleRuleSet1.json
index 6c5bccb..5b4fd95 100644
--- a/exampleData/ruleSets/simpleRuleSet1.json
+++ b/exampleData/ruleSets/simpleRuleSet1.json
@@ -1,6 +1,8 @@
{ "name": "Simple Rule Set 1"
, "description": "A trivila rule set for experimentation."
-, "rules": [ { "id":42
+, "rules": [
+//---
+ { "id":42
, "name": "Headings are capitalized"
, "description": "Check to see if all h1 headings use leading capital letters."
, "rule":
@@ -17,6 +19,7 @@
report('Heading does not start with a capitol letter.', elt);
});
- }
+ }//,
+//---
}]
-} \ No newline at end of file
+}