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

multiple def lines exported per stanza in roundtrip #44

Closed
GoogleCodeExporter opened this issue Mar 12, 2015 · 5 comments
Closed

multiple def lines exported per stanza in roundtrip #44

GoogleCodeExporter opened this issue Mar 12, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?

running junit test RoundTripTestSimpleGo

What is the expected output? What do you see instead?

Expected:

def: "..." [<xref1>,<xref2>]

Get:

def: "..." [<xref1>]
def: "..." [<xref2>]


Please use labels and text to provide additional information.


Original issue reported on code.google.com by cmung...@gmail.com on 11 Jul 2011 at 2:11

@GoogleCodeExporter
Copy link
Author

Same thing happens with synonyms..

Original comment by cmung...@gmail.com on 11 Jul 2011 at 2:15

@GoogleCodeExporter
Copy link
Author

Original comment by shahid.m...@gmail.com on 12 Jul 2011 at 9:23

@GoogleCodeExporter
Copy link
Author

The def tag error is not reproduced even through RoundTripTestSimpleGo test.

Original comment by shahid.m...@gmail.com on 12 Jul 2011 at 10:02

@GoogleCodeExporter
Copy link
Author

OK, you're right. Maybe I had an older version of the code.

Leaving this issue open as simplegoroundtrip still fails (for different reasons)

Original comment by cmung...@gmail.com on 13 Jul 2011 at 3:42

@GoogleCodeExporter
Copy link
Author

This bug is fixed and structure checking should prevent future occurrences

Original comment by cmung...@gmail.com on 15 Jul 2011 at 8:32

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant