diff --git a/.gitignore b/.gitignore index 018d9a26..6aef9ab5 100644 --- a/.gitignore +++ b/.gitignore @@ -382,3 +382,7 @@ src/**/wwwroot/**/uploader **/BootstrapBlazor/wwwroot/css/sweetalert2.css **/BootstrapBlazor/wwwroot/css/motronic.min.css **/BootstrapBlazor/wwwroot/css/nano.min.css + +# test +**/UnitTestSvgIcon/**/*.svg +**/UnitTestSvgIcon/**/*.razor diff --git a/BootstrapBlazor.Extensions.slnx b/BootstrapBlazor.Extensions.slnx index 8b9db58a..005c8520 100644 --- a/BootstrapBlazor.Extensions.slnx +++ b/BootstrapBlazor.Extensions.slnx @@ -1,5 +1,6 @@ + diff --git a/src/components/BootstrapBlazor.OctIcon/BootstrapBlazor.OctIcon.csproj b/src/components/BootstrapBlazor.OctIcon/BootstrapBlazor.OctIcon.csproj index 0d203974..ca78b514 100644 --- a/src/components/BootstrapBlazor.OctIcon/BootstrapBlazor.OctIcon.csproj +++ b/src/components/BootstrapBlazor.OctIcon/BootstrapBlazor.OctIcon.csproj @@ -1,7 +1,7 @@  - 9.0.4 + 9.0.6 diff --git a/src/components/BootstrapBlazor.OctIcon/wwwroot/octicon.svg b/src/components/BootstrapBlazor.OctIcon/wwwroot/octicon.svg index 586d1da3..c2f6c56c 100644 --- a/src/components/BootstrapBlazor.OctIcon/wwwroot/octicon.svg +++ b/src/components/BootstrapBlazor.OctIcon/wwwroot/octicon.svg @@ -1,6 +1,7 @@ + @@ -37,6 +38,7 @@ + @@ -58,6 +60,7 @@ + @@ -186,13 +189,17 @@ + + + - + + @@ -215,6 +222,7 @@ + @@ -240,11 +248,11 @@ - + - + - + @@ -273,6 +281,8 @@ + + @@ -320,6 +330,7 @@ + diff --git a/test/UnitTestSvgIcon/OctIcon/octicons.zip b/test/UnitTestSvgIcon/OctIcon/octicons.zip index 9cb0f8a6..1abe600d 100644 Binary files a/test/UnitTestSvgIcon/OctIcon/octicons.zip and b/test/UnitTestSvgIcon/OctIcon/octicons.zip differ diff --git a/test/UnitTestSvgIcon/UnitTest.cs b/test/UnitTestSvgIcon/UnitTest.cs index 2c44d4b3..a284c535 100644 --- a/test/UnitTestSvgIcon/UnitTest.cs +++ b/test/UnitTestSvgIcon/UnitTest.cs @@ -1,10 +1,8 @@ -// Copyright (c) Argo Zhang (argo@163.com). All rights reserved. +// Copyright (c) BootstrapBlazor & Argo Zhang (argo@live.ca). All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. // Website: https://www.blazor.zone or https://argozhang.github.io/ using BootstrapBlazor.Components; -using System.Text.RegularExpressions; -using static System.Runtime.InteropServices.JavaScript.JSType; namespace UniTestIconPark;