Imported Upstream version 3.6.0

Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
This commit is contained in:
Jo Shields
2014-08-13 10:39:27 +01:00
commit a575963da9
50588 changed files with 8155799 additions and 0 deletions

View File

@ -0,0 +1,194 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:N.N.NNNNN.N
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace TestOutput {
using System;
public class Blocks {
#line hidden
public Blocks() {
}
public override void Execute() {
#line 1 "Blocks.cshtml"
int i = 1;
#line default
#line hidden
WriteLiteral("\r\n\r\n");
#line 5 "Blocks.cshtml"
while(i <= 10) {
#line default
#line hidden
WriteLiteral(" <p>Hello from C#, #");
#line 6 "Blocks.cshtml"
Write(i);
#line default
#line hidden
WriteLiteral("</p>\r\n");
#line 7 "Blocks.cshtml"
i += 1;
}
#line default
#line hidden
WriteLiteral("\r\n");
#line 10 "Blocks.cshtml"
if(i == 11) {
#line default
#line hidden
WriteLiteral(" <p>We wrote 10 lines!</p>\r\n");
#line 12 "Blocks.cshtml"
}
#line default
#line hidden
WriteLiteral("\r\n");
#line 14 "Blocks.cshtml"
switch(i) {
case 11:
#line default
#line hidden
WriteLiteral(" <p>No really, we wrote 10 lines!</p>\r\n");
#line 17 "Blocks.cshtml"
break;
default:
#line default
#line hidden
WriteLiteral(" <p>Actually, we didn\'t...</p>\r\n");
#line 20 "Blocks.cshtml"
break;
}
#line default
#line hidden
WriteLiteral("\r\n");
#line 23 "Blocks.cshtml"
for(int j = 1; j <= 10; j += 2) {
#line default
#line hidden
WriteLiteral(" <p>Hello again from C#, #");
#line 24 "Blocks.cshtml"
Write(j);
#line default
#line hidden
WriteLiteral("</p>\r\n");
#line 25 "Blocks.cshtml"
}
#line default
#line hidden
WriteLiteral("\r\n");
#line 27 "Blocks.cshtml"
try {
#line default
#line hidden
WriteLiteral(" <p>That time, we wrote 5 lines!</p>\r\n");
#line 29 "Blocks.cshtml"
} catch(Exception ex) {
#line default
#line hidden
WriteLiteral(" <p>Oh no! An error occurred: ");
#line 30 "Blocks.cshtml"
Write(ex.Message);
#line default
#line hidden
WriteLiteral("</p>\r\n");
#line 31 "Blocks.cshtml"
}
#line default
#line hidden
WriteLiteral("\r\n<p>i is now ");
#line 33 "Blocks.cshtml"
Write(i);
#line default
#line hidden
WriteLiteral("</p>\r\n\r\n");
#line 35 "Blocks.cshtml"
lock(new object()) {
#line default
#line hidden
WriteLiteral(" <p>This block is locked, for your security!</p>\r\n");
#line 37 "Blocks.cshtml"
}
#line default
#line hidden
}
}
}

View File

@ -0,0 +1,31 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:N.N.NNNNN.N
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace TestOutput {
using System;
public class CodeBlock {
#line hidden
public CodeBlock() {
}
public override void Execute() {
#line 1 "CodeBlock.cshtml"
for(int i = 1; i <= 10; i++) {
Output.Write("<p>Hello from C#, #" + i.ToString() + "</p>");
}
#line default
#line hidden
}
}
}

View File

@ -0,0 +1,27 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:N.N.NNNNN.N
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace TestOutput {
using System;
public class CodeBlockAtEOF {
#line hidden
public CodeBlockAtEOF() {
}
public override void Execute() {
#line 1 "CodeBlockAtEOF.cshtml"
#line default
#line hidden
}
}
}

View File

@ -0,0 +1,38 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:N.N.NNNNN.N
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace TestOutput {
using System;
public class Comments {
public override void Execute() {
#line 1 "Comments.cshtml"
//This is not going to be rendered
#line default
#line hidden
WriteLiteral("<p>This is going to be rendered</p>\r\n");
#line 3 "Comments.cshtml"
/* Neither is this
nor this
nor this */
#line default
#line hidden
}
}
}

View File

@ -0,0 +1,197 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:N.N.NNNNN.N
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace TestOutput {
using System;
public class ConditionalAttributes {
#line hidden
public ConditionalAttributes() {
}
public override void Execute() {
#line 1 "ConditionalAttributes.cshtml"
var ch = true;
var cls = "bar";
#line default
#line hidden
WriteLiteral(" <a");
WriteLiteral(" href=\"Foo\"");
WriteLiteral(" />\r\n");
WriteLiteral(" <p");
WriteAttribute("class", Tuple.Create(" class=\"", 74), Tuple.Create("\"", 86)
#line 5 "ConditionalAttributes.cshtml"
, Tuple.Create(Tuple.Create("", 82), Tuple.Create<System.Object, System.Int32>(cls
#line default
#line hidden
, 82), false)
);
WriteLiteral(" />\r\n");
WriteLiteral(" <p");
WriteAttribute("class", Tuple.Create(" class=\"", 98), Tuple.Create("\"", 114)
, Tuple.Create(Tuple.Create("", 106), Tuple.Create("foo", 106), true)
#line 6 "ConditionalAttributes.cshtml"
, Tuple.Create(Tuple.Create(" ", 109), Tuple.Create<System.Object, System.Int32>(cls
#line default
#line hidden
, 110), false)
);
WriteLiteral(" />\r\n");
WriteLiteral(" <p");
WriteAttribute("class", Tuple.Create(" class=\"", 126), Tuple.Create("\"", 142)
#line 7 "ConditionalAttributes.cshtml"
, Tuple.Create(Tuple.Create("", 134), Tuple.Create<System.Object, System.Int32>(cls
#line default
#line hidden
, 134), false)
, Tuple.Create(Tuple.Create(" ", 138), Tuple.Create("foo", 139), true)
);
WriteLiteral(" />\r\n");
WriteLiteral(" <input");
WriteLiteral(" type=\"checkbox\"");
WriteAttribute("checked", Tuple.Create(" checked=\"", 174), Tuple.Create("\"", 187)
#line 8 "ConditionalAttributes.cshtml"
, Tuple.Create(Tuple.Create("", 184), Tuple.Create<System.Object, System.Int32>(ch
#line default
#line hidden
, 184), false)
);
WriteLiteral(" />\r\n");
WriteLiteral(" <input");
WriteLiteral(" type=\"checkbox\"");
WriteAttribute("checked", Tuple.Create(" checked=\"", 219), Tuple.Create("\"", 236)
, Tuple.Create(Tuple.Create("", 229), Tuple.Create("foo", 229), true)
#line 9 "ConditionalAttributes.cshtml"
, Tuple.Create(Tuple.Create(" ", 232), Tuple.Create<System.Object, System.Int32>(ch
#line default
#line hidden
, 233), false)
);
WriteLiteral(" />\r\n");
WriteLiteral(" <p");
WriteAttribute("class", Tuple.Create(" class=\"", 248), Tuple.Create("\"", 281)
, Tuple.Create(Tuple.Create("", 256), Tuple.Create<System.Object, System.Int32>(new Template(__razor_attribute_value_writer => {
#line 10 "ConditionalAttributes.cshtml"
if(cls != null) {
#line default
#line hidden
#line 10 "ConditionalAttributes.cshtml"
WriteTo(__razor_attribute_value_writer, cls);
#line default
#line hidden
#line 10 "ConditionalAttributes.cshtml"
}
#line default
#line hidden
}), 256), false)
);
WriteLiteral(" />\r\n");
WriteLiteral(" <a");
WriteAttribute("href", Tuple.Create(" href=\"", 293), Tuple.Create("\"", 305)
, Tuple.Create(Tuple.Create("", 300), Tuple.Create<System.Object, System.Int32>(Href("~/Foo")
, 300), false)
);
WriteLiteral(" />\r\n");
WriteLiteral(" <script");
WriteAttribute("src", Tuple.Create(" src=\"", 322), Tuple.Create("\"", 373)
#line 12 "ConditionalAttributes.cshtml"
, Tuple.Create(Tuple.Create("", 328), Tuple.Create<System.Object, System.Int32>(Url.Content("~/Scripts/jquery-1.6.2.min.js")
#line default
#line hidden
, 328), false)
);
WriteLiteral(" type=\"text/javascript\"");
WriteLiteral("></script>\r\n");
WriteLiteral(" <script");
WriteAttribute("src", Tuple.Create(" src=\"", 420), Tuple.Create("\"", 487)
#line 13 "ConditionalAttributes.cshtml"
, Tuple.Create(Tuple.Create("", 426), Tuple.Create<System.Object, System.Int32>(Url.Content("~/Scripts/modernizr-2.0.6-development-only.js")
#line default
#line hidden
, 426), false)
);
WriteLiteral(" type=\"text/javascript\"");
WriteLiteral("></script>\r\n");
WriteLiteral(" <script");
WriteLiteral(" src=\"http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.16/jquery-ui.min.js\"");
WriteLiteral(" type=\"text/javascript\"");
WriteLiteral("></script>\r\n");
#line 15 "ConditionalAttributes.cshtml"
#line default
#line hidden
}
}
}

View File

@ -0,0 +1,108 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:N.N.NNNNN.N
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace TestOutput {
using System;
public class DesignTime {
private static object @__o;
#line hidden
#line 9 "DesignTime.cshtml"
public static Template Foo() {
#line default
#line hidden
return new Template(__razor_helper_writer => {
#line 10 "DesignTime.cshtml"
if(true) {
#line default
#line hidden
#line 11 "DesignTime.cshtml"
}
#line default
#line hidden
});
#line 12 "DesignTime.cshtml"
}
#line default
#line hidden
public DesignTime() {
}
public override void Execute() {
#line 1 "DesignTime.cshtml"
for(int i = 1; i <= 10; i++) {
#line default
#line hidden
#line 2 "DesignTime.cshtml"
__o = i;
#line default
#line hidden
#line 3 "DesignTime.cshtml"
}
#line default
#line hidden
#line 4 "DesignTime.cshtml"
__o = Foo(Bar.Baz);
#line default
#line hidden
#line 5 "DesignTime.cshtml"
__o = Foo(item => new Template(__razor_template_writer => {
#line default
#line hidden
#line 6 "DesignTime.cshtml"
__o = baz;
#line default
#line hidden
#line 7 "DesignTime.cshtml"
}));
#line default
#line hidden
DefineSection("Footer", () => {
#line 8 "DesignTime.cshtml"
__o = bar;
#line default
#line hidden
});
}
}
}

View File

@ -0,0 +1,27 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:N.N.NNNNN.N
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace TestOutput {
using System;
public class EmptyCodeBlock {
#line hidden
public EmptyCodeBlock() {
}
public override void Execute() {
#line 1 "EmptyCodeBlock.cshtml"
#line default
#line hidden
}
}
}

View File

@ -0,0 +1,29 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:N.N.NNNNN.N
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace TestOutput {
using System;
public class EmptyExplicitExpression {
private static object @__o;
#line hidden
public EmptyExplicitExpression() {
}
public override void Execute() {
#line 1 "EmptyExplicitExpression.cshtml"
__o = ;
#line default
#line hidden
}
}
}

View File

@ -0,0 +1,29 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:N.N.NNNNN.N
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace TestOutput {
using System;
public class EmptyImplicitExpression {
private static object @__o;
#line hidden
public EmptyImplicitExpression() {
}
public override void Execute() {
#line 1 "EmptyImplicitExpression.cshtml"
__o = ;
#line default
#line hidden
}
}
}

View File

@ -0,0 +1,43 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:N.N.NNNNN.N
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace TestOutput {
using System;
public class EmptyImplicitExpressionInCode {
private static object @__o;
#line hidden
public EmptyImplicitExpressionInCode() {
}
public override void Execute() {
#line 1 "EmptyImplicitExpressionInCode.cshtml"
#line default
#line hidden
#line 2 "EmptyImplicitExpressionInCode.cshtml"
__o = ;
#line default
#line hidden
#line 3 "EmptyImplicitExpressionInCode.cshtml"
#line default
#line hidden
}
}
}

View File

@ -0,0 +1,30 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:N.N.NNNNN.N
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace TestOutput {
using System;
public class ExplicitExpression {
#line hidden
public ExplicitExpression() {
}
public override void Execute() {
WriteLiteral("1 + 1 = ");
#line 1 "ExplicitExpression.cshtml"
Write(1+1);
#line default
#line hidden
}
}
}

View File

@ -0,0 +1,29 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:N.N.NNNNN.N
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace TestOutput {
using System;
public class ExplicitExpressionAtEOF {
private static object @__o;
#line hidden
public ExplicitExpressionAtEOF() {
}
public override void Execute() {
#line 1 "ExplicitExpressionAtEOF.cshtml"
__o = ;
#line default
#line hidden
}
}
}

View File

@ -0,0 +1,89 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:N.N.NNNNN.N
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace TestOutput {
using System;
public class ExpressionsInCode {
#line hidden
public ExpressionsInCode() {
}
public override void Execute() {
#line 1 "ExpressionsInCode.cshtml"
object foo = null;
string bar = "Foo";
#line default
#line hidden
WriteLiteral("\r\n\r\n");
#line 6 "ExpressionsInCode.cshtml"
if(foo != null) {
#line default
#line hidden
#line 7 "ExpressionsInCode.cshtml"
Write(foo);
#line default
#line hidden
#line 7 "ExpressionsInCode.cshtml"
} else {
#line default
#line hidden
WriteLiteral(" <p>Foo is Null!</p>\r\n");
#line 10 "ExpressionsInCode.cshtml"
}
#line default
#line hidden
WriteLiteral("\r\n<p>\r\n");
#line 13 "ExpressionsInCode.cshtml"
if(!String.IsNullOrEmpty(bar)) {
#line default
#line hidden
#line 14 "ExpressionsInCode.cshtml"
Write(bar.Replace("F", "B"));
#line default
#line hidden
#line 14 "ExpressionsInCode.cshtml"
}
#line default
#line hidden
WriteLiteral("</p>");
}
}
}

View File

@ -0,0 +1,46 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:N.N.NNNNN.N
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace TestOutput {
using System;
public class FunctionsBlock {
private static object @__o;
#line hidden
#line 1 "FunctionsBlock.cshtml"
#line default
#line hidden
#line 2 "FunctionsBlock.cshtml"
Random _rand = new Random();
private int RandomInt() {
return _rand.Next();
}
#line default
#line hidden
public FunctionsBlock() {
}
public override void Execute() {
#line 3 "FunctionsBlock.cshtml"
__o = RandomInt();
#line default
#line hidden
}
}
}

View File

@ -0,0 +1,49 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:N.N.NNNNN.N
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace TestOutput {
using System;
public class FunctionsBlock {
#line hidden
#line 1 "FunctionsBlock.cshtml"
#line default
#line hidden
#line 5 "FunctionsBlock.cshtml"
Random _rand = new Random();
private int RandomInt() {
return _rand.Next();
}
#line default
#line hidden
public FunctionsBlock() {
}
public override void Execute() {
WriteLiteral("\r\n");
WriteLiteral("\r\nHere\'s a random number: ");
#line 12 "FunctionsBlock.cshtml"
Write(RandomInt());
#line default
#line hidden
}
}
}

View File

@ -0,0 +1,96 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:N.N.NNNNN.N
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace TestOutput {
using System;
public class Helpers {
#line hidden
#line 1 "Helpers.cshtml"
public Template Bold(string s) {
#line default
#line hidden
return new Template(__razor_helper_writer => {
#line 1 "Helpers.cshtml"
s = s.ToUpper();
#line default
#line hidden
WriteLiteralTo(__razor_helper_writer, " <strong>");
#line 3 "Helpers.cshtml"
WriteTo(__razor_helper_writer, s);
#line default
#line hidden
WriteLiteralTo(__razor_helper_writer, "</strong>\r\n");
#line 4 "Helpers.cshtml"
#line default
#line hidden
});
#line 4 "Helpers.cshtml"
}
#line default
#line hidden
#line 6 "Helpers.cshtml"
public Template Italic(string s) {
#line default
#line hidden
return new Template(__razor_helper_writer => {
#line 6 "Helpers.cshtml"
s = s.ToUpper();
#line default
#line hidden
WriteLiteralTo(__razor_helper_writer, " <em>");
#line 8 "Helpers.cshtml"
WriteTo(__razor_helper_writer, s);
#line default
#line hidden
WriteLiteralTo(__razor_helper_writer, "</em>\r\n");
#line 9 "Helpers.cshtml"
#line default
#line hidden
});
#line 9 "Helpers.cshtml"
}
#line default
#line hidden
public Helpers() {
}
public override void Execute() {
WriteLiteral("\r\n");
WriteLiteral("\r\n");
#line 11 "Helpers.cshtml"
Write(Bold("Hello"));
#line default
#line hidden
}
}
}

View File

@ -0,0 +1,96 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:N.N.NNNNN.N
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace TestOutput {
using System;
public class Helpers {
#line hidden
#line 1 "Helpers.cshtml"
public static Template Bold(string s) {
#line default
#line hidden
return new Template(__razor_helper_writer => {
#line 1 "Helpers.cshtml"
s = s.ToUpper();
#line default
#line hidden
WriteLiteralTo(__razor_helper_writer, " <strong>");
#line 3 "Helpers.cshtml"
WriteTo(__razor_helper_writer, s);
#line default
#line hidden
WriteLiteralTo(__razor_helper_writer, "</strong>\r\n");
#line 4 "Helpers.cshtml"
#line default
#line hidden
});
#line 4 "Helpers.cshtml"
}
#line default
#line hidden
#line 6 "Helpers.cshtml"
public static Template Italic(string s) {
#line default
#line hidden
return new Template(__razor_helper_writer => {
#line 6 "Helpers.cshtml"
s = s.ToUpper();
#line default
#line hidden
WriteLiteralTo(__razor_helper_writer, " <em>");
#line 8 "Helpers.cshtml"
WriteTo(__razor_helper_writer, s);
#line default
#line hidden
WriteLiteralTo(__razor_helper_writer, "</em>\r\n");
#line 9 "Helpers.cshtml"
#line default
#line hidden
});
#line 9 "Helpers.cshtml"
}
#line default
#line hidden
public Helpers() {
}
public override void Execute() {
WriteLiteral("\r\n");
WriteLiteral("\r\n");
#line 11 "Helpers.cshtml"
Write(Bold("Hello"));
#line default
#line hidden
}
}
}

View File

@ -0,0 +1,61 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:N.N.NNNNN.N
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace TestOutput {
using System;
public class HelpersMissingCloseParen {
#line hidden
#line 1 "HelpersMissingCloseParen.cshtml"
public static Template Bold(string s) {
#line default
#line hidden
return new Template(__razor_helper_writer => {
#line 1 "HelpersMissingCloseParen.cshtml"
s = s.ToUpper();
#line default
#line hidden
WriteLiteralTo(__razor_helper_writer, " <strong>");
#line 3 "HelpersMissingCloseParen.cshtml"
WriteTo(__razor_helper_writer, s);
#line default
#line hidden
WriteLiteralTo(__razor_helper_writer, "</strong>\r\n");
#line 4 "HelpersMissingCloseParen.cshtml"
#line default
#line hidden
});
#line 4 "HelpersMissingCloseParen.cshtml"
}
#line default
#line hidden
#line 6 "HelpersMissingCloseParen.cshtml"
public static Template Italic(string s
@Bold("Hello")
#line default
#line hidden
public HelpersMissingCloseParen() {
}
public override void Execute() {
WriteLiteral("\r\n");
}
}
}

View File

@ -0,0 +1,21 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:N.N.NNNNN.N
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace TestOutput {
using System;
public class HelpersMissingName {
#line hidden
public HelpersMissingName() {
}
public override void Execute() {
}
}
}

View File

@ -0,0 +1,67 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:N.N.NNNNN.N
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace TestOutput {
using System;
public class HelpersMissingOpenBrace {
#line hidden
#line 1 "HelpersMissingOpenBrace.cshtml"
public static Template Bold(string s) {
#line default
#line hidden
return new Template(__razor_helper_writer => {
#line 1 "HelpersMissingOpenBrace.cshtml"
s = s.ToUpper();
#line default
#line hidden
WriteLiteralTo(__razor_helper_writer, " <strong>");
#line 3 "HelpersMissingOpenBrace.cshtml"
WriteTo(__razor_helper_writer, s);
#line default
#line hidden
WriteLiteralTo(__razor_helper_writer, "</strong>\r\n");
#line 4 "HelpersMissingOpenBrace.cshtml"
#line default
#line hidden
});
#line 4 "HelpersMissingOpenBrace.cshtml"
}
#line default
#line hidden
#line 6 "HelpersMissingOpenBrace.cshtml"
public static Template Italic(string s)
#line default
#line hidden
public HelpersMissingOpenBrace() {
}
public override void Execute() {
WriteLiteral("\r\n");
#line 7 "HelpersMissingOpenBrace.cshtml"
Write(Italic(s));
#line default
#line hidden
}
}
}

Some files were not shown because too many files have changed in this diff Show More