js/src/jit-test/tests/basic/bug696748.js

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/js/src/jit-test/tests/basic/bug696748.js	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,16 @@
     1.4 +try {
     1.5 +this.watch("b", "".substring);
     1.6 +} catch(exc1) {}
     1.7 +eval("\
     1.8 +var URI = '';\
     1.9 +test();\
    1.10 +function test() {\
    1.11 +  URI += '<zcti application=\"xxxx_demo\">';\
    1.12 +  URI += '<pstn_data>';\
    1.13 +  URI += '<dnis>877-485-xxxx</dnis>';\
    1.14 +  URI += '</pstn_data>';\
    1.15 +  URI >>=  '<keyvalue key=\"name\" value=\"xxx\"/>';\
    1.16 +  URI += '<keyvalue key=\"phone\" value=\"6509309000\"/>';\
    1.17 +}\
    1.18 +test();\
    1.19 +");

mercurial