|
1 | | -<#@ template debug="false" hostspecific="false" language="C#" #> |
| 1 | +<#@ template debug="false" hostspecific="false" language="C#" #> |
2 | 2 | <#@ output extension=".cs" #> |
3 | 3 | <#@ include file="AutoMessagePackSerializerTest.Polymorphism.ttinclude" #> |
4 | 4 | <#@ assembly name="System.Core.dll" #> |
@@ -63,7 +63,7 @@ var fields = |
63 | 63 | new Tuple<Object, string, string, bool>( typeof( FILETIME ), String.Empty, "ToFileTime( DateTime.UtcNow )", true ), |
64 | 64 | new Tuple<Object, string, string, bool>( typeof( TimeSpan ), String.Empty, "TimeSpan.FromMilliseconds( 123456789 )", true ), |
65 | 65 | new Tuple<Object, string, string, bool>( typeof( Guid ), String.Empty, "Guid.NewGuid()", true ), |
66 | | - new Tuple<Object, string, string, bool>( typeof( Char ), String.Empty, "'\u3000'", true ), |
| 66 | + new Tuple<Object, string, string, bool>( typeof( Char ), String.Empty, "'\\u3000'", true ), |
67 | 67 | new Tuple<Object, string, string, bool>( typeof( Decimal ), String.Empty, "123456789.0987654321m", true ), |
68 | 68 | new Tuple<Object, string, string, bool>( typeof( BigInteger ), String.Empty, "new BigInteger( UInt64.MaxValue ) + UInt64.MaxValue", true ), |
69 | 69 | new Tuple<Object, string, string, bool>( typeof( Complex ), String.Empty, "new Complex( 1.3, 2.4 )", true ), |
|
0 commit comments