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

Contiguous code sections misshandled #35

Closed
campoy opened this issue Feb 24, 2017 · 0 comments
Closed

Contiguous code sections misshandled #35

campoy opened this issue Feb 24, 2017 · 0 comments

Comments

@campoy
Copy link
Owner

campoy commented Feb 24, 2017

Currently contiguous code sections cause "unbalanced code section" errors because we miss the start of the second section.

```go
hello
```
```go
bye
```
campoy pushed a commit that referenced this issue Feb 24, 2017
Contiguous code sections are handled incorrectly,
causing

Fixes #35

Change-Id: Ifdd728613076c05da9738b6cdad997bcd2a820fb
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

1 participant