summaryrefslogtreecommitdiff
path: root/test/data
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-01-12 23:21:41 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-01-12 23:21:41 +0000
commit267bcff968f57e1c6f9103b873702e044f15915c (patch)
treec8d544550f244c20b9a0ebc26bf5cf8f652e5f33 /test/data
parent144a0b3ec3707d9017beca6e78e564f0d68a3e29 (diff)
downloadlibcss-267bcff968f57e1c6f9103b873702e044f15915c.tar.gz
libcss-267bcff968f57e1c6f9103b873702e044f15915c.tar.bz2
Point in the direction of the bytecode documentation before someone complains that they don't know what hexnum is meant to represent.
svn path=/trunk/libcss/; revision=6054
Diffstat (limited to 'test/data')
-rw-r--r--test/data/parse/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/data/parse/README b/test/data/parse/README
index 14edf37..f1cc46a 100644
--- a/test/data/parse/README
+++ b/test/data/parse/README
@@ -25,7 +25,8 @@ Format of rule list
Type corresponds to css_rule_type. Consult the library sources for the values.
Bytecode may be split over multiple lines for readability. All bytecode is
-associated with the most-recently-declared rule.
+associated with the most-recently-declared rule. Consult the bytecode
+documentation for what the hexnums should be representing.
Example
-------