aboutsummaryrefslogtreecommitdiff
path: root/exampleData/ruleSets
diff options
context:
space:
mode:
authorGravatar Benjamin Jones <bjones@galois.com>2012-12-13 11:06:10 -0800
committerGravatar Benjamin Jones <bjones@galois.com>2012-12-13 11:06:10 -0800
commit2146ce0681bc0fdc937c0949fd186075b8c62fb5 (patch)
tree9c09dcd7ae5ce100ccc03905984e1fad34131e58 /exampleData/ruleSets
parentca1e7ebf451c14c1e921f9666652bed92a487eec (diff)
new example run reports, fixed bug in fontRules
Diffstat (limited to 'exampleData/ruleSets')
-rw-r--r--exampleData/ruleSets/fontRules.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleData/ruleSets/fontRules.json b/exampleData/ruleSets/fontRules.json
index 6a725d1..819604f 100644
--- a/exampleData/ruleSets/fontRules.json
+++ b/exampleData/ruleSets/fontRules.json
@@ -24,7 +24,7 @@
report('non-standard font: ' +
font.family + ", " +
font.size + ", " +
- font.weight, $(elt));
+ font.weight, elt);
}
});
}