From fc18fccd5ed2050a05cad53714f429a529253711 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 13 Mar 2011 09:24:03 +0000 Subject: Add structure versioning for client input svn path=/trunk/libcss/; revision=12007 --- test/parse-auto.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test/parse-auto.c') diff --git a/test/parse-auto.c b/test/parse-auto.c index e9fd2e3..156c38d 100644 --- a/test/parse-auto.c +++ b/test/parse-auto.c @@ -371,6 +371,7 @@ void run_test(const uint8_t *data, size_t len, exp_entry *exp, size_t explen) static int testnum; bool failed; + params.params_version = CSS_STYLESHEET_PARAMS_VERSION_1; params.level = CSS_LEVEL_21; params.charset = "UTF-8"; params.url = "foo"; -- cgit v1.2.3