https://bugzilla.novell.com/show_bug.cgi?id=349375

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=349375#c1





--- Comment #1 from Tor Lillqvist <[EMAIL PROTECTED]>  2007-12-17 14:36:50 MST 
---
Created an attachment (id=187954)
 --> (https://bugzilla.novell.com/attachment.cgi?id=187954)
Test case

Eh, I mean "fishy", not "fish" ;)

Result on .NET and Mono:

> csc m5.cs
Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.42
for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727
Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.

> ./m5 |xmllint --format -
<?xml version="1.0" encoding="IBM437"?>
<x>
  <y>
    <t yes-one-node="">1</t>
    <t yes-one-node=""> </t>
  </y>
</x>
> mono m5.exe |xmllint --format -
<?xml version="1.0" encoding="IBM437"?>
<x>
  <y>
    <t yes-one-node="">1</t>
    <t not-node=""/>
  </y>
</x>
>


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to