aboutsummaryrefslogtreecommitdiff
path: root/src/test/Example.Extension/ExampleExtensionData.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/Example.Extension/ExampleExtensionData.cs')
-rw-r--r--src/test/Example.Extension/ExampleExtensionData.cs6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/test/Example.Extension/ExampleExtensionData.cs b/src/test/Example.Extension/ExampleExtensionData.cs
index de0b8899..b38eb2a2 100644
--- a/src/test/Example.Extension/ExampleExtensionData.cs
+++ b/src/test/Example.Extension/ExampleExtensionData.cs
@@ -1,4 +1,4 @@
1// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. 1// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
2 2
3namespace Example.Extension 3namespace Example.Extension
4{ 4{
@@ -22,6 +22,10 @@ namespace Example.Extension
22 tupleDefinition = ExampleTupleDefinitions.Example; 22 tupleDefinition = ExampleTupleDefinitions.Example;
23 break; 23 break;
24 24
25 case "ExampleSearch":
26 tupleDefinition = ExampleTupleDefinitions.ExampleSearch;
27 break;
28
25 default: 29 default:
26 tupleDefinition = null; 30 tupleDefinition = null;
27 break; 31 break;