You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Gets the constant string parts from a data-flow node.
79
87
* Either the result is a constant string value that the node can hold, or the node is a string-concatenation and the result is the string parts from the concatenation.
@@ -97,7 +105,7 @@ class UselessCat extends CommandCall {
not(containsNonTrivialBashChar(fileArg.regexpReplaceAll("\\$|\\`| ","")))// string concat might contain " ", template strings might contain "$" or `, and that is OK.
0 commit comments