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

Matthew and Chris:

This is being tracked as ISSUE-676. 

It is indeed intended that Automatic semicolon insertion would make that script run correctly. 

Chris: Does this resolve your question and concern? 

	RJ

---
RJ Auburn
CTO, Voxeo Corporation
Chair, Editor and Chair, CCXML, VBWG, W3C

Come join us at our Voxeo Customer Summit, June 21st – June 23rd at the Hard Rock Hotel, register today for your All Access Pass:  
http://www.voxeo.com/summits/customer



On Apr 25, 2010, at 3:54 PM, Matthew Wilson wrote:

>> 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 21:33:29 UTC