Skip to content

Commit 011300d

Browse files
committed
Include document substitution
1 parent e204fd3 commit 011300d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CodeGeneration/DocGenerator/StringExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ public static string[] SplitOnNewLines(this string input, StringSplitOptions opt
214214
new []{ new [] {10.0, -17.0}, new [] {15.0, 16.0}, new [] {0.0, 12.0}, new [] {-15.0, 16.0}, new [] {-10.0, -17.0},new [] {10.0, -17.0}},
215215
new []{ new [] {8.2, 18.2}, new [] {8.2, -18.8}, new [] {-8.8, -10.8}, new [] {8.8, 18.2}}
216216
}" },
217+
{ "ProjectFilterExpectedJson", "new {term = new {type = new {value = \"project\"}}}" }
217218
};
218219

219220
public static bool TryGetJsonForAnonymousType(this string anonymousTypeString, out string json)

0 commit comments

Comments
 (0)