Skip to content

verify: tests fail before XRefHrefFixer fix (CI check only — do not merge)#10

Closed
NormandErwan wants to merge 1 commit into
mainfrom
verify/xrefhref-tests-only
Closed

verify: tests fail before XRefHrefFixer fix (CI check only — do not merge)#10
NormandErwan wants to merge 1 commit into
mainfrom
verify/xrefhref-tests-only

Conversation

@NormandErwan
Copy link
Copy Markdown
Owner

Temporary PR to confirm that the three new tests in PR #8 fail when the fix is not present. Close and delete this branch once CI shows red.

https://claude.ai/code/session_01WNaTJnpDwNjqyfL1uhYqJ4


Generated by Claude Code

Three tests that crash before the fix is applied:

- Fix_PackageMethodWithNoParenthesesInName_DoesNotThrow:
  name has no '(' so MethodNameRegex fails to match, methodName becomes "",
  uid.IndexOf("") == 0, uid.Substring(0, -1) throws.

- Fix_PackageMethodNameAbsentFromUid_DoesNotThrow:
  methodName is not found in uid, IndexOf returns -1,
  uid.Substring(0, -2) throws.

- Fix_PackagePropertyNameAbsentFromUid_DoesNotThrow:
  property name is not found in uid, IndexOf returns -1,
  uid.Substring(0, -2) throws.

https://claude.ai/code/session_01WNaTJnpDwNjqyfL1uhYqJ4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants