Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump files with dotnet-file sync #142

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

devlooped-bot
Copy link
Member

@devlooped-bot devlooped-bot commented Oct 23, 2024

devlooped/oss

devlooped/SponsorLink

@devlooped-bot
Copy link
Member Author

devlooped-bot commented Oct 23, 2024

112 passed 112 passed

🧪 Details on Ubuntu 22.04.5 LTS

✅ AttributeSelectorNormalizesQuotes(expression: "[[data*='hello world']]", xpath: "[[contains(@DaTa,"hello world")]]")
✅ AttributeSelectorNormalizesQuotes(expression: "[[data*="hello world"]]", xpath: "[[contains(@DaTa,"hello world")]]")
✅ AttributeSelectorNormalizesQuotes(expression: "[[data='hello world']]", xpath: "[[@DaTa="hello world"]]")
✅ AttributeSelectorNormalizesQuotes(expression: "[[data="hello world"]]", xpath: "[[@DaTa="hello world"]]")
✅ AttributeSelectorNormalizesQuotes(expression: "[[data=hello world]]", xpath: "[[@DaTa="hello world"]]")
✅ AttributeSelectorNormalizesQuotes(expression: "[[text()='hello world']]", xpath: "[[contains(text(),"hello world")]]")
✅ AttributeSelectorNormalizesQuotes(expression: "[[text()
="hello world"]]", xpath: "[[contains(text(),"hello world")]]")
✅ AttributeSelectorNormalizesQuotes(expression: "[[text()='hello world']]", xpath: "[[text()="hello world"]]")
✅ AttributeSelectorNormalizesQuotes(expression: "[[text()="hello world"]]", xpath: "[[text()="hello world"]]")
✅ AttributeSelectorNormalizesQuotes(expression: "[[text()=hello world]]", xpath: "[[text()="hello world"]]")
✅ CanChangeToUpperCaseHtml
✅ CanParseAttributeSelector(expression: "[[ role= ui ]]", attributeName: "role", attributeValue: "ui", matching: Equals)
✅ CanParseAttributeSelector(expression: "[[role = ui]]", attributeName: "role", attributeValue: "ui", matching: Equals)
✅ CanParseAttributeSelector(expression: "[[role]]", attributeName: "role", attributeValue: null, matching: null)
✅ CanParseAttributeSelector(expression: "[[role*=ui]]", attributeName: "role", attributeValue: "ui", matching: Substring)
✅ CanParseAttributeSelector(expression: "[[role^=ui]]", attributeName: "role", attributeValue: "ui", matching: Prefix)
✅ CanParseAttributeSelector(expression: "[[role=ui]]", attributeName: "role", attributeValue: "ui", matching: Equals)
✅ CanParseAttributeSelector(expression: "[[role|=ui]]", attributeName: "role", attributeValue: "ui", matching: Dash)
✅ CanParseAttributeSelector(expression: "[[role~=ui]]", attributeName: "role", attributeValue: "ui", matching: Includes)
✅ CanParseAttributeSelector(expression: "[[role$=ui]]", attributeName: "role", attributeValue: "ui", matching: Suffix)
✅ CanParseIdSequenceAlone
✅ CanParseMatching(expression: "=", matching: Substring)
✅ CanParseMatching(expression: "^=", matching: Prefix)
✅ CanParseMatching(expression: "=", matching: Equals)
✅ CanParseMatching(expression: "|=", matching: Dash)
✅ CanParseMatching(expression: "~=", matching: Includes)
✅ CanParseMatching(expression: "$=", matching: Suffix)
✅ CanParseSelector1
✅ CanParseSelector2
✅ CanParseSelectorWithEscapedChar
✅ CanParseTextSelector(expression: "[[ text()= ui ]]", attributeName: "text()", attributeValue: "ui", matching: Equals)
✅ CanParseTextSelector(expression: "[[text() = ui]]", attributeName: "text()", attributeValue: "ui", matching: Equals)
✅ CanParseTextSelector(expression: "[[text()]]", attributeName: "text()", attributeValue: null, matching: null)
✅ CanParseTextSelector(expression: "[[text()
=ui]]", attributeName: "text()", attributeValue: "ui", matching: Substring)
✅ CanParseTextSelector(expression: "[[text()^=ui]]", attributeName: "text()", attributeValue: "ui", matching: Prefix)
✅ CanParseTextSelector(expression: "[[text()=ui]]", attributeName: "text()", attributeValue: "ui", matching: Equals)
✅ CanParseTextSelector(expression: "[[text()|=ui]]", attributeName: "text()", attributeValue: "ui", matching: Dash)
✅ CanParseTextSelector(expression: "[[text()=ui]]", attributeName: "text()", attributeValue: "ui", matching: Includes)
✅ CanParseTextSelector(expression: "[[text()$=ui]]", attributeName: "text()", attributeValue: "ui", matching: Suffix)
✅ CanParseTypeAndClassSequence
✅ CanParseTypeSelector
✅ CanParseTypeSelectorWithNoNamespace
✅ CanParseTypeSelectorWithWidcardNamespace
✅ CanParseUniversalAndIdSequence
✅ CanParseUniversalSelector
✅ CanParseUniversalSelectorWithNoNamespace
✅ CanParseUniversalSelectorWithWidcardNamespace
✅ EvaluatePageHtml(expression: ":empty", expected: " ")
✅ EvaluatePageHtml(expression: ".container", expected: "Hello1234")
✅ EvaluatePageHtml(expression: ".item__hiden-content", expected: "Archivo")
✅ EvaluatePageHtml(expression: ".main", expected: "Hello1234")
✅ EvaluatePageHtml(expression: "[[tags
=flow]]", expected: "File Edit")
✅ EvaluatePageHtml(expression: "[[tags~=selected]]", expected: "File")
✅ EvaluatePageHtml(expression: "#title", expected: "Hello")
✅ EvaluatePageHtml(expression: "body > div > span", expected: "1 2 4")
✅ EvaluatePageHtml(expression: "body > div:nth-of-type(3)", expected: "Standard")
✅ EvaluatePageHtml(expression: "body > span:nth-child(5)", expected: "5")
✅ EvaluatePageHtml(expression: "div > div", expected: "Hello")
✅ EvaluatePageHtml(expression: "div span:first-of-type", expected: "1")
✅ EvaluatePageHtml(expression: "div span:last-of-type", expected: "4")
✅ EvaluatePageHtml(expression: "div:first-child", expected: "Warning Hello")
✅ EvaluatePageHtml(expression: "div:has(div[[id]], span[[id=one]])", expected: "Hello1234")
✅ EvaluatePageHtml(expression: "div:last-child", expected: "Footer")
✅ EvaluatePageHtml(expression: "div.menuitem", expected: "File Archivo Edit")
✅ EvaluatePageHtml(expression: "div[[role]],span", expected: "Warning 1 2 4 5 Standard File Archivo Edit Footer")
✅ EvaluatePageHtml(expression: "div[[role]]", expected: "Warning Standard File Archivo Edit Footer")
✅ EvaluatePageHtml(expression: "div[[role]][[lang|=es]]", expected: "Archivo")
✅ EvaluatePageHtml(expression: "div[[role*=nu]]", expected: "Standard File Archivo Edit")
✅ EvaluatePageHtml(expression: "div[[role^=menu]]:not([[role=menuitem]])", expected: "Standard")
✅ EvaluatePageHtml(expression: "div[[role^=menu]]", expected: "Standard File Archivo Edit")
✅ EvaluatePageHtml(expression: "div[[role=alert]]", expected: "Warning")
✅ EvaluatePageHtml(expression: "div[[role=menuitem]]:nth-of-type(2)", expected: "Archivo")
✅ EvaluatePageHtml(expression: "div[[role=menuitem]]", expected: "File Archivo Edit")
✅ EvaluatePageHtml(expression: "div[[role$=item]]", expected: "File Archivo Edit")
✅ EvaluatePageHtml(expression: "div[[tags^="selected flow"]] + div", expected: "Archivo")
✅ EvaluatePageHtml(expression: "div[[tags^="selected flow"]]+div", expected: "Archivo")
✅ EvaluatePageHtml(expression: "div[[text()=Hello]] + span:first-of-type", expected: "1")
✅ EvaluatePageHtml(expression: "h1:only-child", expected: "Sub-header")
✅ EvaluatePageHtml(expression: "input:checked", expected: " ")
✅ EvaluatePageHtml(expression: "option:checked", expected: "second")
✅ EvaluatePageHtml(expression: "option[[selected="selected"]]", expected: "second")
✅ EvaluatePageHtml(expression: "p:has(h1)", expected: "Sub-header")
✅ EvaluatePageHtml(expression: "span + p", expected: "3")
✅ EvaluatePageHtml(expression: "span:not([[id]])", expected: "4 5")
✅ EvaluatePageHtml(expression: "span:not([[text()='4']]),div[[role]]", expected: "Warning 1 2 5 Standard File Archivo Edit Footer")
✅ EvaluatePageHtml(expression: "span", expected: "1 2 4 5")
✅ ExcludesScriptsByDefault
✅ ExcludesStylesByDefault
✅ ExcludesXmlNamespacesByDefault
✅ HasCssClass
✅ HtmlSettings
✅ IncludeScriptsExplicitSettings
✅ IncludeStylesExplicitSettings
✅ IncludeXmlNamespacesExplicitly
✅ ParseIdentifier(expression: "_foo-bar", identifier: "_foo-bar")
✅ ParseIdentifier(expression: "-foo_bar", identifier: "-foo_bar")
✅ ParseIdentifier(expression: "foo__bar", identifier: "foo__bar")
✅ ParseIdentifier(expression: "foo_bar", identifier: "foo_bar")
✅ ParseIdentifier(expression: "foo\+bar", identifier: "foo+bar")
✅ ParseSelector
✅ RemoveElementsFromReader
✅ RemoveNamespacesFromElement
✅ Render
✅ RenderExpression
✅ SelectEmptyDiv
✅ ToXPath(css: ".foo", xpath: ".//[[contains(concat(" ",normalize-space(@Class)"···)
✅ ToXPath(css: "[[data-tags|=flow]]", xpath: ".//
[[@data-tags="flow" or starts-with(@data-tags"···)
✅ ToXPath(css: "[[role*=nu]]", xpath: ".//*[[contains(@ROLE,"nu")]]")
✅ ToXPath(css: "foo > bar > baz", xpath: ".//foo/bar/baz")
✅ ToXPath(css: "foo > bar", xpath: ".//foo/bar")
✅ ToXPath(css: "foo ~ bar", xpath: ".//foo/following-sibling::bar")
✅ ToXPath(css: "foo", xpath: ".//foo")

from dotnet-retest v0.6.3 on .NET 8.0.11 with 💜

@devlooped-bot
Copy link
Member Author

112 passed 112 passed

🧪 Details on Ubuntu 22.04.5 LTS

✅ AttributeSelectorNormalizesQuotes(expression: "[[data*='hello world']]", xpath: "[[contains(@DaTa,"hello world")]]")
✅ AttributeSelectorNormalizesQuotes(expression: "[[data*="hello world"]]", xpath: "[[contains(@DaTa,"hello world")]]")
✅ AttributeSelectorNormalizesQuotes(expression: "[[data='hello world']]", xpath: "[[@DaTa="hello world"]]")
✅ AttributeSelectorNormalizesQuotes(expression: "[[data="hello world"]]", xpath: "[[@DaTa="hello world"]]")
✅ AttributeSelectorNormalizesQuotes(expression: "[[data=hello world]]", xpath: "[[@DaTa="hello world"]]")
✅ AttributeSelectorNormalizesQuotes(expression: "[[text()='hello world']]", xpath: "[[contains(text(),"hello world")]]")
✅ AttributeSelectorNormalizesQuotes(expression: "[[text()
="hello world"]]", xpath: "[[contains(text(),"hello world")]]")
✅ AttributeSelectorNormalizesQuotes(expression: "[[text()='hello world']]", xpath: "[[text()="hello world"]]")
✅ AttributeSelectorNormalizesQuotes(expression: "[[text()="hello world"]]", xpath: "[[text()="hello world"]]")
✅ AttributeSelectorNormalizesQuotes(expression: "[[text()=hello world]]", xpath: "[[text()="hello world"]]")
✅ CanChangeToUpperCaseHtml
✅ CanParseAttributeSelector(expression: "[[ role= ui ]]", attributeName: "role", attributeValue: "ui", matching: Equals)
✅ CanParseAttributeSelector(expression: "[[role = ui]]", attributeName: "role", attributeValue: "ui", matching: Equals)
✅ CanParseAttributeSelector(expression: "[[role]]", attributeName: "role", attributeValue: null, matching: null)
✅ CanParseAttributeSelector(expression: "[[role*=ui]]", attributeName: "role", attributeValue: "ui", matching: Substring)
✅ CanParseAttributeSelector(expression: "[[role^=ui]]", attributeName: "role", attributeValue: "ui", matching: Prefix)
✅ CanParseAttributeSelector(expression: "[[role=ui]]", attributeName: "role", attributeValue: "ui", matching: Equals)
✅ CanParseAttributeSelector(expression: "[[role|=ui]]", attributeName: "role", attributeValue: "ui", matching: Dash)
✅ CanParseAttributeSelector(expression: "[[role~=ui]]", attributeName: "role", attributeValue: "ui", matching: Includes)
✅ CanParseAttributeSelector(expression: "[[role$=ui]]", attributeName: "role", attributeValue: "ui", matching: Suffix)
✅ CanParseIdSequenceAlone
✅ CanParseMatching(expression: "=", matching: Substring)
✅ CanParseMatching(expression: "^=", matching: Prefix)
✅ CanParseMatching(expression: "=", matching: Equals)
✅ CanParseMatching(expression: "|=", matching: Dash)
✅ CanParseMatching(expression: "~=", matching: Includes)
✅ CanParseMatching(expression: "$=", matching: Suffix)
✅ CanParseSelector1
✅ CanParseSelector2
✅ CanParseSelectorWithEscapedChar
✅ CanParseTextSelector(expression: "[[ text()= ui ]]", attributeName: "text()", attributeValue: "ui", matching: Equals)
✅ CanParseTextSelector(expression: "[[text() = ui]]", attributeName: "text()", attributeValue: "ui", matching: Equals)
✅ CanParseTextSelector(expression: "[[text()]]", attributeName: "text()", attributeValue: null, matching: null)
✅ CanParseTextSelector(expression: "[[text()
=ui]]", attributeName: "text()", attributeValue: "ui", matching: Substring)
✅ CanParseTextSelector(expression: "[[text()^=ui]]", attributeName: "text()", attributeValue: "ui", matching: Prefix)
✅ CanParseTextSelector(expression: "[[text()=ui]]", attributeName: "text()", attributeValue: "ui", matching: Equals)
✅ CanParseTextSelector(expression: "[[text()|=ui]]", attributeName: "text()", attributeValue: "ui", matching: Dash)
✅ CanParseTextSelector(expression: "[[text()=ui]]", attributeName: "text()", attributeValue: "ui", matching: Includes)
✅ CanParseTextSelector(expression: "[[text()$=ui]]", attributeName: "text()", attributeValue: "ui", matching: Suffix)
✅ CanParseTypeAndClassSequence
✅ CanParseTypeSelector
✅ CanParseTypeSelectorWithNoNamespace
✅ CanParseTypeSelectorWithWidcardNamespace
✅ CanParseUniversalAndIdSequence
✅ CanParseUniversalSelector
✅ CanParseUniversalSelectorWithNoNamespace
✅ CanParseUniversalSelectorWithWidcardNamespace
✅ EvaluatePageHtml(expression: ":empty", expected: " ")
✅ EvaluatePageHtml(expression: ".container", expected: "Hello1234")
✅ EvaluatePageHtml(expression: ".item__hiden-content", expected: "Archivo")
✅ EvaluatePageHtml(expression: ".main", expected: "Hello1234")
✅ EvaluatePageHtml(expression: "[[tags
=flow]]", expected: "File Edit")
✅ EvaluatePageHtml(expression: "[[tags~=selected]]", expected: "File")
✅ EvaluatePageHtml(expression: "#title", expected: "Hello")
✅ EvaluatePageHtml(expression: "body > div > span", expected: "1 2 4")
✅ EvaluatePageHtml(expression: "body > div:nth-of-type(3)", expected: "Standard")
✅ EvaluatePageHtml(expression: "body > span:nth-child(5)", expected: "5")
✅ EvaluatePageHtml(expression: "div > div", expected: "Hello")
✅ EvaluatePageHtml(expression: "div span:first-of-type", expected: "1")
✅ EvaluatePageHtml(expression: "div span:last-of-type", expected: "4")
✅ EvaluatePageHtml(expression: "div:first-child", expected: "Warning Hello")
✅ EvaluatePageHtml(expression: "div:has(div[[id]], span[[id=one]])", expected: "Hello1234")
✅ EvaluatePageHtml(expression: "div:last-child", expected: "Footer")
✅ EvaluatePageHtml(expression: "div.menuitem", expected: "File Archivo Edit")
✅ EvaluatePageHtml(expression: "div[[role]],span", expected: "Warning 1 2 4 5 Standard File Archivo Edit Footer")
✅ EvaluatePageHtml(expression: "div[[role]]", expected: "Warning Standard File Archivo Edit Footer")
✅ EvaluatePageHtml(expression: "div[[role]][[lang|=es]]", expected: "Archivo")
✅ EvaluatePageHtml(expression: "div[[role*=nu]]", expected: "Standard File Archivo Edit")
✅ EvaluatePageHtml(expression: "div[[role^=menu]]:not([[role=menuitem]])", expected: "Standard")
✅ EvaluatePageHtml(expression: "div[[role^=menu]]", expected: "Standard File Archivo Edit")
✅ EvaluatePageHtml(expression: "div[[role=alert]]", expected: "Warning")
✅ EvaluatePageHtml(expression: "div[[role=menuitem]]:nth-of-type(2)", expected: "Archivo")
✅ EvaluatePageHtml(expression: "div[[role=menuitem]]", expected: "File Archivo Edit")
✅ EvaluatePageHtml(expression: "div[[role$=item]]", expected: "File Archivo Edit")
✅ EvaluatePageHtml(expression: "div[[tags^="selected flow"]] + div", expected: "Archivo")
✅ EvaluatePageHtml(expression: "div[[tags^="selected flow"]]+div", expected: "Archivo")
✅ EvaluatePageHtml(expression: "div[[text()=Hello]] + span:first-of-type", expected: "1")
✅ EvaluatePageHtml(expression: "h1:only-child", expected: "Sub-header")
✅ EvaluatePageHtml(expression: "input:checked", expected: " ")
✅ EvaluatePageHtml(expression: "option:checked", expected: "second")
✅ EvaluatePageHtml(expression: "option[[selected="selected"]]", expected: "second")
✅ EvaluatePageHtml(expression: "p:has(h1)", expected: "Sub-header")
✅ EvaluatePageHtml(expression: "span + p", expected: "3")
✅ EvaluatePageHtml(expression: "span:not([[id]])", expected: "4 5")
✅ EvaluatePageHtml(expression: "span:not([[text()='4']]),div[[role]]", expected: "Warning 1 2 5 Standard File Archivo Edit Footer")
✅ EvaluatePageHtml(expression: "span", expected: "1 2 4 5")
✅ ExcludesScriptsByDefault
✅ ExcludesStylesByDefault
✅ ExcludesXmlNamespacesByDefault
✅ HasCssClass
✅ HtmlSettings
✅ IncludeScriptsExplicitSettings
✅ IncludeStylesExplicitSettings
✅ IncludeXmlNamespacesExplicitly
✅ ParseIdentifier(expression: "_foo-bar", identifier: "_foo-bar")
✅ ParseIdentifier(expression: "-foo_bar", identifier: "-foo_bar")
✅ ParseIdentifier(expression: "foo__bar", identifier: "foo__bar")
✅ ParseIdentifier(expression: "foo_bar", identifier: "foo_bar")
✅ ParseIdentifier(expression: "foo\+bar", identifier: "foo+bar")
✅ ParseSelector
✅ RemoveElementsFromReader
✅ RemoveNamespacesFromElement
✅ Render
✅ RenderExpression
✅ SelectEmptyDiv
✅ ToXPath(css: ".foo", xpath: ".//[[contains(concat(" ",normalize-space(@Class)"···)
✅ ToXPath(css: "[[data-tags|=flow]]", xpath: ".//
[[@data-tags="flow" or starts-with(@data-tags"···)
✅ ToXPath(css: "[[role*=nu]]", xpath: ".//*[[contains(@ROLE,"nu")]]")
✅ ToXPath(css: "foo > bar > baz", xpath: ".//foo/bar/baz")
✅ ToXPath(css: "foo > bar", xpath: ".//foo/bar")
✅ ToXPath(css: "foo ~ bar", xpath: ".//foo/following-sibling::bar")
✅ ToXPath(css: "foo", xpath: ".//foo")

from dotnet-retest v0.6.3 on .NET 8.0.10 with 💜

@devlooped-bot devlooped-bot force-pushed the dotnet-file-sync branch 2 times, most recently from a49323b to fcd5927 Compare November 20, 2024 02:09
# devlooped/oss

- Update .gitignore to ignore .genaiscript devlooped/oss@e0be248

# devlooped/SponsorLink

- Bump the identity group across 4 directories with 1 update devlooped/SponsorLink@58d0ece
- Bump the tests group across 2 directories with 3 updates devlooped/SponsorLink@03b9453
- Bump the extensions group across 3 directories with 5 updates devlooped/SponsorLink@b75813d
- Bump the identity group across 2 directories with 1 update devlooped/SponsorLink@0d22f1e
- Bump dependencies devlooped/SponsorLink@f74ea7a
- Remove unnecessary duplicate package reference devlooped/SponsorLink@e554253
- Unify JWT dependencies devlooped/SponsorLink@fb82cf3
- Manually bump dependencies for now since dependabot doesn't devlooped/SponsorLink@1f083cf
- Bump dependency  on JWT assembly to fix STJ vulnerability devlooped/SponsorLink@b7450e6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant