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

Is this a bug? #64

Closed
WeihanLi opened this issue Oct 19, 2021 · 1 comment
Closed

Is this a bug? #64

WeihanLi opened this issue Oct 19, 2021 · 1 comment

Comments

@WeihanLi
Copy link
Contributor

WeihanLi commented Oct 19, 2021

I found something in the source code, not sure if it's a bug, it seemed the last one should be $9 other than $91?

private static readonly string[] _allReplacementTokens = new string[]
{
"$1","$2","$3","$4","$5","$6","$7","$8","$91",
};

@enemaerke
Copy link
Contributor

Yes, that surely looks like a typo. Good catch. The reference testing suite did not seem to trigger it so it might never have come into play, but I will fix regardless.

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

No branches or pull requests

2 participants