260261262263264265266267268269270
{ // this really shouldn't happen. text is just a throwaway arg for #foreach() try { StringWriter writer = new StringWriter(); astNode.render(innerContext, writer); return writer.toString(); } catch (RuntimeException e) { throw e;
244245246247248249250251252253254
{ // this really shouldn't happen. text is just a throwaway arg for #foreach() try { StringWriter writer = new StringWriter(); astNode.render(wrappedContext, writer); return writer.toString(); } catch (RuntimeException e) {
239240241242243244245246247248249