Patrick Steele-Idem bc384549f6 Updated tests
2017-02-21 17:16:53 -07:00

11 lines
238 B
Plaintext

$ var basePath='/abc';
<script type="application/json">
${JSON.stringify({
"requests": {
"base": basePath,
"pageview": "\${base}=\${ping}",
"event": "\${base}=\${track}"
}
})}
</script>