aboutsummaryrefslogtreecommitdiff
path: root/exampleData/ruleSets/reportOnSampleText.json
diff options
context:
space:
mode:
Diffstat (limited to 'exampleData/ruleSets/reportOnSampleText.json')
-rw-r--r--exampleData/ruleSets/reportOnSampleText.json10
1 files changed, 7 insertions, 3 deletions
diff --git a/exampleData/ruleSets/reportOnSampleText.json b/exampleData/ruleSets/reportOnSampleText.json
index af4e2b8..143e629 100644
--- a/exampleData/ruleSets/reportOnSampleText.json
+++ b/exampleData/ruleSets/reportOnSampleText.json
@@ -1,6 +1,8 @@
{ 'name': 'reportOnSampleText',
'description': 'test',
- 'rules': [ { 'name': 'Test rule',
+ 'rules': [
+//---
+ { 'name': 'Test rule',
'description': 'An empty test rule',
'rule': function() {
fiveui.query('p').each(
@@ -10,5 +12,7 @@
}
});
}
- } ]
-} \ No newline at end of file
+ }//,
+ //----
+ ]
+}