blob: 4e33695f41b36becc4468c844e02dd2d607a9d12 [file] [log] [blame]
Tests that the original content is accessible on live edited scripts.
==== Original Content ====
function f()
{
return 0;
}
==== Current Content ====
function f()
{
return "live-edited string";
}