Re: April CCXML: problem in test document 8_2_1_A.txml

> The 8_2_1_A.txml file from
> http://www.w3.org/Voice/2009/ccxml-irp/ccxml10-irp-20100331.zip
>  is missing a semicolon:
>
> line 110 is
> <script>t_ASSERT_REASON = assertions[assert_index].reason</script>
>
> but should be
> <script>t_ASSERT_REASON = assertions[assert_index].reason;</script>
>

Shouldn't either version work? Isn't this covered by "Automatic 
semicolon insertion" in the ECMAScript spec?

Matthew Wilson

Received on Sunday, 25 April 2010 07:54:44 UTC