Fixing an issue with output parameters that are of type IntPtr
[castle.git] / MonoRail / Castle.MonoRail.Views.Brail.Tests / Views / dsl / expandParameters.brail
blob79e829893e31a3486c6799c87a26eefafd9cea6f
1 <%\r
2 dsl Html:\r
3         html:\r
4                 p:\r
5                         text "hello, ${SayHelloTo}"\r
6                 end\r
7         end\r
8 end\r
9 %>