We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5ce13b commit 8eacb81Copy full SHA for 8eacb81
executable-tutorials.org
@@ -33,6 +33,24 @@ Here's a screenshot from the MvcMovieSaturnTutorial which shows an example of ho
33
34
[[file:change-description-example.png]]
35
36
+Here's the part of the source document from which that is generated:
37
+
38
+#+begin_src
39
+$file = '.\src\MvcMovieSaturn\Movies\MoviesModel.fs'
40
41
+$original_text = @"
42
+ let validators = [
43
+ fun u -> if isNull u.Id then Some ("Id", "Id shouldn't be empty") else None
44
+ ]
45
+"@
46
47
+$replacement_text = @"
48
+ let validators = []
49
50
51
+Edit $file -Replacing $original_text -With $replacement_text
52
+#+end_src
53
54
* Example 2 - ASP.NET Core project
55
56
https://github.com/dharmatech/LinkAggregatorTutorial/blob/main/LinkAggregatorTutorial.md
0 commit comments