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

Empty AM objects are not serialized as a line break string: <model/> instead of <model>\n</model>. Fixes #3268 #3297

Closed
wants to merge 1 commit into from

Conversation

dcrec1
Copy link
Contributor

@dcrec1 dcrec1 commented Oct 11, 2011

Hey, is this a valid fix for #3268 ?

Now the object is being serialized correctly but some tests needed to change: for .

@jeremy
Copy link
Member

jeremy commented Apr 12, 2012

This addresses the symptom rather than the root cause. <model>\n</model> should behave the same as <model/>.

@ahawkins
Copy link

I agree with jeremy. Seems like this a problem with the XML parser. Is <root/> valid XML? I assume it is.

@jeremy jeremy closed this Apr 29, 2012
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

Successfully merging this pull request may close these issues.

None yet

3 participants