From c50f089269822df00d49449e245e7c8793a40ef5 Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Tue, 6 Mar 2018 17:32:28 -0800 Subject: [PATCH] Update BasicTestApp --- test/testapps/BasicTestApp/AddRemoveChildComponents.cshtml | 2 +- test/testapps/BasicTestApp/BasicTestApp.csproj | 4 ++-- .../testapps/BasicTestApp/CounterComponentUsingChild.cshtml | 2 +- test/testapps/BasicTestApp/CounterComponentWrapper.cshtml | 2 +- test/testapps/BasicTestApp/ParentChildComponent.cshtml | 2 +- .../BasicTestApp/PropertiesChangedHandlerParent.cshtml | 2 +- test/testapps/BasicTestApp/RouterTest/Default.cshtml | 2 +- test/testapps/BasicTestApp/RouterTest/Other.cshtml | 2 +- test/testapps/BasicTestApp/RouterTest/TestRouter.cshtml | 6 +++--- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/test/testapps/BasicTestApp/AddRemoveChildComponents.cshtml b/test/testapps/BasicTestApp/AddRemoveChildComponents.cshtml index 0f82b31c41..33b34f3629 100644 --- a/test/testapps/BasicTestApp/AddRemoveChildComponents.cshtml +++ b/test/testapps/BasicTestApp/AddRemoveChildComponents.cshtml @@ -5,7 +5,7 @@ Child components follow. @foreach (var message in currentChildrenMessages) { -

+

} @functions { diff --git a/test/testapps/BasicTestApp/BasicTestApp.csproj b/test/testapps/BasicTestApp/BasicTestApp.csproj index 29f3ca09f8..6508ed5299 100644 --- a/test/testapps/BasicTestApp/BasicTestApp.csproj +++ b/test/testapps/BasicTestApp/BasicTestApp.csproj @@ -1,11 +1,11 @@ - + netstandard2.0 dotnet - run --project ..\..\..\src\Microsoft.AspNetCore.Blazor.Cli serve --pathbase /subdir + run --project ../../../src/Microsoft.AspNetCore.Blazor.Cli serve --pathbase /subdir diff --git a/test/testapps/BasicTestApp/CounterComponentUsingChild.cshtml b/test/testapps/BasicTestApp/CounterComponentUsingChild.cshtml index f548a08f35..4e7bb331ba 100644 --- a/test/testapps/BasicTestApp/CounterComponentUsingChild.cshtml +++ b/test/testapps/BasicTestApp/CounterComponentUsingChild.cshtml @@ -1,5 +1,5 @@ 

Counter

-

Current count:

+

Current count:

@functions { diff --git a/test/testapps/BasicTestApp/CounterComponentWrapper.cshtml b/test/testapps/BasicTestApp/CounterComponentWrapper.cshtml index 6501270836..5b957df6a4 100644 --- a/test/testapps/BasicTestApp/CounterComponentWrapper.cshtml +++ b/test/testapps/BasicTestApp/CounterComponentWrapper.cshtml @@ -2,6 +2,6 @@ This is the parent component. Here comes the counter: - + Finished. diff --git a/test/testapps/BasicTestApp/ParentChildComponent.cshtml b/test/testapps/BasicTestApp/ParentChildComponent.cshtml index 0577adfe19..a9d6823b15 100644 --- a/test/testapps/BasicTestApp/ParentChildComponent.cshtml +++ b/test/testapps/BasicTestApp/ParentChildComponent.cshtml @@ -1,4 +1,4 @@ 
Parent component - +
diff --git a/test/testapps/BasicTestApp/PropertiesChangedHandlerParent.cshtml b/test/testapps/BasicTestApp/PropertiesChangedHandlerParent.cshtml index 89137bf9cf..da7568ec21 100644 --- a/test/testapps/BasicTestApp/PropertiesChangedHandlerParent.cshtml +++ b/test/testapps/BasicTestApp/PropertiesChangedHandlerParent.cshtml @@ -1,4 +1,4 @@ - + @functions { diff --git a/test/testapps/BasicTestApp/RouterTest/Default.cshtml b/test/testapps/BasicTestApp/RouterTest/Default.cshtml index 20b87b9c00..fb8b327e4d 100644 --- a/test/testapps/BasicTestApp/RouterTest/Default.cshtml +++ b/test/testapps/BasicTestApp/RouterTest/Default.cshtml @@ -1,3 +1,3 @@ @using BasicTestApp.RouterTest
This is the default page.
- + diff --git a/test/testapps/BasicTestApp/RouterTest/Other.cshtml b/test/testapps/BasicTestApp/RouterTest/Other.cshtml index c3b66c3033..72a79a1cd0 100644 --- a/test/testapps/BasicTestApp/RouterTest/Other.cshtml +++ b/test/testapps/BasicTestApp/RouterTest/Other.cshtml @@ -1,3 +1,3 @@ @using BasicTestApp.RouterTest
This is another page.
- + diff --git a/test/testapps/BasicTestApp/RouterTest/TestRouter.cshtml b/test/testapps/BasicTestApp/RouterTest/TestRouter.cshtml index 7f16328038..d3c34ffcd4 100644 --- a/test/testapps/BasicTestApp/RouterTest/TestRouter.cshtml +++ b/test/testapps/BasicTestApp/RouterTest/TestRouter.cshtml @@ -1,4 +1,4 @@ @using Microsoft.AspNetCore.Blazor.Routing - +