Updated scanner tests to work with user english locale pages.
This commit is contained in:
@@ -5,7 +5,7 @@ namespace JSMR.Infrastructure.Scanning;
|
||||
|
||||
public static class ScannerUtilities
|
||||
{
|
||||
public static List<string> GetStringListFromNodes(List<HtmlNode> nodes)
|
||||
public static List<string> GetStringListFromNodes(HtmlNode[] nodes)
|
||||
{
|
||||
return nodes
|
||||
.Where(node => string.IsNullOrEmpty(node.InnerHtml) == false)
|
||||
|
||||
Reference in New Issue
Block a user