-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
116 changed files
with
116 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using System.Text; | ||
using System.Text; | ||
using ValveKeyValue; | ||
|
||
Console.OutputEncoding = Encoding.UTF8; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/Binary/BinaryObjectConsecutiveDeserializationTestCase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/Binary/BinaryObjectConsecutiveSerializationTestCase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/Binary/BinaryObjectDeserializationTestCase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace ValveKeyValue.Test | ||
namespace ValveKeyValue.Test | ||
{ | ||
class BinaryObjectDeserializationTestCase | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/Binary/BinaryObjectSerializationTestCase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace ValveKeyValue.Test | ||
namespace ValveKeyValue.Test | ||
{ | ||
class BinaryObjectSerializationTestCase | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/Binary/BinaryObjectSerializationTypedTestCase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace ValveKeyValue.Test | ||
namespace ValveKeyValue.Test | ||
{ | ||
class BinaryObjectSerializationTypedTestCase | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/Binary/BinaryWithMarkerTestCase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace ValveKeyValue.Test | ||
namespace ValveKeyValue.Test | ||
{ | ||
class BinaryWithMarkerTestCase | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/Binary/OutOfRangeNodeTypeTestCase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace ValveKeyValue.Test | ||
namespace ValveKeyValue.Test | ||
{ | ||
class OutOfRangeNodeTypeTestCase | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/Binary/SimpleBinaryTestCase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using System.Linq; | ||
using System.Linq; | ||
|
||
namespace ValveKeyValue.Test | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/Binary/TruncatedDataTestCase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace ValveKeyValue.Test | ||
namespace ValveKeyValue.Test | ||
{ | ||
class TruncatedDataTestCase | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace ValveKeyValue.Test | ||
namespace ValveKeyValue.Test | ||
{ | ||
class WideStringTestCase | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/Helpers/KVSerializerExtensions.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace ValveKeyValue.Test | ||
namespace ValveKeyValue.Test | ||
{ | ||
static class KVSerializerExtensions | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace ValveKeyValue.Test | ||
namespace ValveKeyValue.Test | ||
{ | ||
interface IKVTextReader | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/KVBasicObjectIndexerTestCase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace ValveKeyValue.Test | ||
namespace ValveKeyValue.Test | ||
{ | ||
class KVBasicObjectIndexerTestCase | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using System.Collections; | ||
using System.Collections; | ||
|
||
namespace ValveKeyValue.Test | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace ValveKeyValue.Test | ||
namespace ValveKeyValue.Test | ||
{ | ||
class KVObjectIndexerTestCase | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace ValveKeyValue.Test | ||
namespace ValveKeyValue.Test | ||
{ | ||
class KVObjectTestCase | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/KVSerializerNullInputsTestCase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using System.Collections; | ||
using System.Collections; | ||
|
||
namespace ValveKeyValue.Test | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/KVSerializerUtf8NoBomTestCase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace ValveKeyValue.Test | ||
namespace ValveKeyValue.Test | ||
{ | ||
class KVSerializerUtf8NoBomTestCase | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using System.Collections; | ||
using System.Collections; | ||
using System.Linq; | ||
|
||
namespace ValveKeyValue.Test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace ValveKeyValue.Test | ||
namespace ValveKeyValue.Test | ||
{ | ||
sealed class StreamKVTextReader : IKVTextReader | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace ValveKeyValue.Test | ||
namespace ValveKeyValue.Test | ||
{ | ||
sealed class StringKVTextReader : IKVTextReader | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using System.Reflection; | ||
using System.Reflection; | ||
using System.Text; | ||
|
||
namespace ValveKeyValue.Test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using System.Linq; | ||
using System.Linq; | ||
|
||
namespace ValveKeyValue.Test | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/Text/ArrayWhenSkippingKeysTestCase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/Text/ArrayWithEmptyKeyTestCase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/Text/BaseIncludeNestedTestCase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using System.Linq; | ||
using System.Linq; | ||
|
||
namespace ValveKeyValue.Test | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using System.Linq; | ||
using System.Linq; | ||
|
||
namespace ValveKeyValue.Test | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using System.Text; | ||
using System.Text; | ||
|
||
namespace ValveKeyValue.Test | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/Text/CircularObjectSerializationTestCase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using System.Text; | ||
using System.Text; | ||
|
||
namespace ValveKeyValue.Test | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using System.Linq; | ||
using System.Linq; | ||
using System.Text; | ||
|
||
namespace ValveKeyValue.Test | ||
|
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/Text/CommentWithCrOnlyTestCase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using System.Linq; | ||
using System.Linq; | ||
using System.Text; | ||
|
||
namespace ValveKeyValue.Test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using System.Linq; | ||
using System.Linq; | ||
|
||
namespace ValveKeyValue.Test | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/Text/ConditionalsInMultipleObjects.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace ValveKeyValue.Test | ||
namespace ValveKeyValue.Test | ||
{ | ||
class ConditionalsInMultipleObjects | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/Text/DictionaryDuplicateKeysTestCase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace ValveKeyValue.Test | ||
namespace ValveKeyValue.Test | ||
{ | ||
class DictionaryDuplicateKeysTestCase | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/Text/DictionaryPropertyTestCase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace ValveKeyValue.Test | ||
namespace ValveKeyValue.Test | ||
{ | ||
class DictionaryPropertyTestCase | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/Text/DictionarySerializationTestCase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace ValveKeyValue.Test | ||
namespace ValveKeyValue.Test | ||
{ | ||
class DictionarySerializationTestCase | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/Text/DuplicateArrayDeserializationTestCase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using System.Linq; | ||
using System.Linq; | ||
|
||
namespace ValveKeyValue.Test | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/Text/EscapedBackslashNoEscapeTestCase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace ValveKeyValue.Test | ||
namespace ValveKeyValue.Test | ||
{ | ||
class EscapedBackslashNoEscapeTestCase | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/Text/EscapedBackslashTestCase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace ValveKeyValue.Test | ||
namespace ValveKeyValue.Test | ||
{ | ||
class EscapedBackslashTestCase | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/Text/EscapedGarbageTestCase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace ValveKeyValue.Test | ||
namespace ValveKeyValue.Test | ||
{ | ||
class EscapedGarbageTestCase | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/Text/EscapedQuotationMarksTestCase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace ValveKeyValue.Test | ||
namespace ValveKeyValue.Test | ||
{ | ||
class EscapedQuotationMarksTestCase | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/Text/EscapedWhitespaceTestCase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace ValveKeyValue.Test | ||
namespace ValveKeyValue.Test | ||
{ | ||
class EscapedWhitespaceTestCase | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace ValveKeyValue.Test | ||
namespace ValveKeyValue.Test | ||
{ | ||
class IncludeErrorsTestCase | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using System.Linq; | ||
using System.Linq; | ||
|
||
namespace ValveKeyValue.Test | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using System.Linq; | ||
using System.Linq; | ||
|
||
namespace ValveKeyValue.Test | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/Text/InvalidConditionalTestCase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using System.Text; | ||
using System.Text; | ||
|
||
namespace ValveKeyValue.Test | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace ValveKeyValue.Test | ||
namespace ValveKeyValue.Test | ||
{ | ||
class InvalidSyntaxTestCase | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/Text/LegacyDepotDataSubsetTestCase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using System.Collections; | ||
using System.Collections; | ||
using System.Linq; | ||
|
||
namespace ValveKeyValue.Test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using System.Linq; | ||
using System.Linq; | ||
|
||
namespace ValveKeyValue.Test | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/Text/NestedListsDeserializationTestCase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace ValveKeyValue.Test | ||
namespace ValveKeyValue.Test | ||
{ | ||
class NestedListsDeserializationTestCase | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/Text/NestedObjectGraphTestCase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace ValveKeyValue.Test | ||
namespace ValveKeyValue.Test | ||
{ | ||
class NestedObjectGraphTestCase | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using System.Text; | ||
using System.Text; | ||
|
||
namespace ValveKeyValue.Test | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace ValveKeyValue.Test | ||
namespace ValveKeyValue.Test | ||
{ | ||
class NumbersTestCase | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/Text/ObjectDeserializationAttributesTestCase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace ValveKeyValue.Test | ||
namespace ValveKeyValue.Test | ||
{ | ||
class ObjectDeserializationAttributesTestCase | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/Text/ObjectDeserializationCaseInsensitiveTestCase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/Text/ObjectDeserializationMixedCaseTestCase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace ValveKeyValue.Test | ||
namespace ValveKeyValue.Test | ||
{ | ||
class ObjectDeserializationMixedCaseTestCase | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/Text/ObjectDeserializationRecordTestCase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/Text/ObjectDeserializationTestCase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/Text/ObjectSerializationTestCase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace ValveKeyValue.Test | ||
namespace ValveKeyValue.Test | ||
{ | ||
class ObjectSerializationTestCase | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/Text/ObjectSerializationTypesTestCase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace ValveKeyValue.Test | ||
namespace ValveKeyValue.Test | ||
{ | ||
class ObjectSerializationTypesTestCase | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace ValveKeyValue.Test | ||
namespace ValveKeyValue.Test | ||
{ | ||
class SerializationTestCase | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
ValveKeyValue/ValveKeyValue.Test/Text/SingleLineCommentTestCase.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace ValveKeyValue.Test | ||
namespace ValveKeyValue.Test | ||
{ | ||
class SingleLineCommentTestCase | ||
{ | ||
|
Oops, something went wrong.