Dropped YAML, we now use PAML, "PAML Ain't Markup Language"
[catagits/HTTP-Body.git] / t / data / urlencoded / 006-results.pml
diff --git a/t/data/urlencoded/006-results.pml b/t/data/urlencoded/006-results.pml
new file mode 100644 (file)
index 0000000..c44c760
--- /dev/null
@@ -0,0 +1,8 @@
+{
+  "body" => undef,
+  "upload" => {},
+  "param" => {
+    "one" => "foo",
+    "two" => "bar=bam"
+  }
+}