Hello www-voice, I'm looking at the CCXML Version 1.0 Candidate Recommendation 1 April 2010 (http://www.w3.org/TR/2010/CR-ccxml-20100401/). The conformance test case file 9_2_4_A.txml which is part of the archive http://www.w3.org/Voice/2009/ccxml-irp/ccxml10-irp-20100331.zip has an error. line 89 reads: <script>t_ASSERT_REASON = assertions[assert_index].reason</script> The fix is to make line 89 be instead: <script>t_ASSERT_REASON = assertions[assert_index].reason;</script> The missing semicolon causes javascript to blow up. Thanks, Chris -- Chris Davis Interact Incorporated R&D 512-502-9969x117Received on Friday, 9 April 2010 22:05:45 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 23:03:56 UTC