aboutsummaryrefslogtreecommitdiff
path: root/tests/data
diff options
context:
space:
mode:
authorJoe Gregorio <jcgregorio@google.com>2011-11-18 14:30:32 -0500
committerJoe Gregorio <jcgregorio@google.com>2011-11-18 14:30:32 -0500
commit6804c7a9f21285a11037ab2254b0793ef25f3b1b (patch)
tree2136290c0c2ceff6372e65154c4191c5e815c034 /tests/data
parenta0a7ab4f16e209aa5d1d3aa1b1d4fd33b119b445 (diff)
downloadoauth2client-6804c7a9f21285a11037ab2254b0793ef25f3b1b.tar.gz
Handle regexs that are applied to repeating parameters. Reviewed in http://codereview.appspot.com/5413050/
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/zoo.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/data/zoo.json b/tests/data/zoo.json
index d4ae969..6e42da2 100644
--- a/tests/data/zoo.json
+++ b/tests/data/zoo.json
@@ -166,6 +166,13 @@
"foo",
"bar"
]
+ },
+ "rr": {
+ "type": "string",
+ "location": "query",
+ "required": false,
+ "repeated": true,
+ "pattern": "[a-z]+"
}
}
}