We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79aca8a commit 6368b4fCopy full SHA for 6368b4f
test/Simpleflow.Tests/Functions/StringFunctionsTest.cs
@@ -16,6 +16,10 @@ public void CheckContains()
16
// Arrange
17
var script =
18
@"
19
+ let v = $str(value: 2)
20
+ let v1 = $str(value: false)
21
+ let v2 = $str(value: 'as')
22
+ let v3 = $str(value: 2.3)
23
24
let hasValue = $Contains(input: arg.Text, value: ""here"" )
25
let hasValue2 = $Contains(input: arg.Text, value: ""no"" )
0 commit comments