Imported from backplanejs Google Code issue 124.
What steps will reproduce the problem?
- Create a roll-up file with
ant compile.
- Copy the functional tests to the test directory with
ant functional-test-compile.
- Start the test server with
ant start-test-server.
- Navigate to http://localhost:8080/functional-tests/ft-instance-loading.html in Google Chrome.
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
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