Commit b32f9f2
committed
bug #3771 Fix function example in expression language component (raulfraile)
This PR was submitted for the master branch but it was merged into the 2.4 branch instead (closes #3771).
Discussion
----------
Fix function example in expression language component
The is_string check needs to be part of the runtime code, not of the compilation code, because it needs to check that the argument is a string, not the compiled code to access it (which is always a string as it is source code. cc @stof
Commits
-------
db710c4 Removed return statement
bc673f3 Fix function example in expression language component1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 38 | + | |
43 | 39 | | |
44 | 40 | | |
45 | 41 | | |
| |||
0 commit comments