summaryrefslogtreecommitdiff
path: root/test/parse2-auto.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-03-13 09:24:03 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-03-13 09:24:03 +0000
commitfc18fccd5ed2050a05cad53714f429a529253711 (patch)
tree659c5ee8e912fd70546cd7578551701346b7fb61 /test/parse2-auto.c
parentc21a5d244101c695d59feaf5e333c194a33cc029 (diff)
downloadlibcss-fc18fccd5ed2050a05cad53714f429a529253711.tar.gz
libcss-fc18fccd5ed2050a05cad53714f429a529253711.tar.bz2
Add structure versioning for client input
svn path=/trunk/libcss/; revision=12007
Diffstat (limited to 'test/parse2-auto.c')
-rw-r--r--test/parse2-auto.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/parse2-auto.c b/test/parse2-auto.c
index 8999026..2ae7cae 100644
--- a/test/parse2-auto.c
+++ b/test/parse2-auto.c
@@ -196,6 +196,7 @@ void run_test(const uint8_t *data, size_t len, const char *exp, size_t explen)
}
buflen = 2 * explen;
+ params.params_version = CSS_STYLESHEET_PARAMS_VERSION_1;
params.level = CSS_LEVEL_21;
params.charset = "UTF-8";
params.url = "foo";