blob: 93621e04f834b82e8ea48d359d73b08348c33bae [file] [log] [blame]
«EXTENSION org::eclipse::xtend::middleend::xpand::test::first»
«DEFINE greeting FOR String»
Hello, «this»: «test(this
«EXPAND name FOR this»
«EXPAND otherTemplate::ot FOR this»
«EXPAND sub::templateInOtherPackage::other FOR this»
«EXPAND sub::templateInOtherPackage::other»
«EXPAND org::eclipse::xtend::middleend::xpand::test::sub::templateInOtherPackage::other»
«ENDDEFINE»
«DEFINE name FOR String»
Name: «this»
«ENDDEFINE»
«DEFINE testReexport FOR Integer»
Result from reexp: «reexp(this
«ENDDEFINE»