We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following input (bug.slide)
Title * Subtitle - foo ...
shows an error
bug.slide:6: unknown command "..."
However, with this input:
Title * Subtitle foo ... bar
I get and no error (and the ... is silently ignored).
This seems inconsistent. It's understood that . introduces a command, but ... shouldn't; and it shouldn't be simply ignored.
This is on tip, using Chrome (Version 42.0.2311.152 (64-bit)) on OS X Yosemite (Version 10.10.3 (14D136)).
The text was updated successfully, but these errors were encountered:
CL https://golang.org/cl/16410 mentions this issue.
Sorry, something went wrong.
golang/tools@23f9896
No branches or pull requests
The following input (bug.slide)
shows an error
However, with this input:
I get

and no error (and the ... is silently ignored).
This seems inconsistent. It's understood that . introduces a command, but ... shouldn't; and it shouldn't be simply ignored.
This is on tip, using Chrome (Version 42.0.2311.152 (64-bit)) on OS X Yosemite (Version 10.10.3 (14D136)).
The text was updated successfully, but these errors were encountered: