What is the expected output? What do you see instead?
The form should show the following text (visible correctly in FF, Safari and IE):
{{{
Output for instance using @src:Hello from 'src'
Output for instance using @resource:Hello from 'resource'
}}}
Instead we just see:
{{{
Output for instance using @src:
Output for instance using @resource:
}}}
and a JavaScript error in the debug console.
Imported from backplanejs Google Code issue 124.
What steps will reproduce the problem?
ant compile
.ant functional-test-compile
.ant start-test-server
.What is the expected output? What do you see instead? The form should show the following text (visible correctly in FF, Safari and IE): {{{ Output for instance using @src:Hello from 'src' Output for instance using @resource:Hello from 'resource'
}}}
Instead we just see: {{{ Output for instance using @src: Output for instance using @resource: }}} and a JavaScript error in the debug console.
Owner set to creaven
Ticket status set to Accepted
Priority: Medium Type: Defect