-
Notifications
You must be signed in to change notification settings - Fork 51
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
processing ng docs site results in FormatException: Expecting '=' #1
Comments
I cannot reproduce so far. Which version of linkcheck are you using ( |
Have you tried running it on the dev site? |
I just ran the linkcheck over the dev site and it reports the error given in the original comment of this issue. Do you get the same error? I can give you a full stack trace if that will help. |
Sorry for dropping the ball on this. For the record, I couldn't replicate and my test case works. I'll look at it once more. |
Alright, I might have forgot to actually publish (even before this issue was reported, so my local copy was fine while the external had this issue). Please |
Ok, I reproduced. Still no reproducible test case, but at least I was able to see the issue myself. |
Ok, this is hopefully fixed with ff451a8. Please update to 0.2.13 by running Sorry that this took so long. (In the end, it was a one-char change, essentially. Welp.) |
Yes, fixed, thanks! |
Lines are zero-based internally, but we want to show the one-based (first line is #1, not #0).
Running linkcheck over the ng docs dev site:
results in
Context: we're using the dartdoc generated pages for https://github.com/dart-lang/angular2 via https://github.com/dart-lang/site-webdev. Running
linkcheck
over the resulting webdev site resulted in the error above.cc @kwalrath @ericjim
The text was updated successfully, but these errors were encountered: