- From: Matthew Wilson <matthew@mjwilson.demon.co.uk>
- Date: Sun, 25 Apr 2010 08:54:27 +0100
- To: www-voice@w3.org
> 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