Dactyloidae/js/src/jit-test/tests/basic/bug696748.js
wolfbeast 3d8d9f95df Issue #1257 - Part 3: Remove/update tests.
This removes a ton of tests that are no longer relevant with (un)watch
removed (e.g. testing stability/bugs in the watchpoint system itself
which has never been the most stable), and updates others that would
previously rely on watch/unwatch, so that they don't unexpectedly fail.
2019-11-01 10:25:02 +08:00

13 lines
317 B
JavaScript

eval("\
var URI = '';\
test();\
function test() {\
URI += '<zcti application=\"xxxx_demo\">';\
URI += '<pstn_data>';\
URI += '<dnis>877-485-xxxx</dnis>';\
URI += '</pstn_data>';\
URI >>= '<keyvalue key=\"name\" value=\"xxx\"/>';\
URI += '<keyvalue key=\"phone\" value=\"6509309000\"/>';\
}\
test();\
");