diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2015-07-24T13·32+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2015-07-24T13·32+0200 |
commit | d6d5885c1567454754a0d260521bafa0bd5e7fdb (patch) | |
tree | e97b212c7d752c4b37ff29536c3c3315c11d3088 /tests/lang/eval-okay-replacestrings.exp | |
parent | 2e8fd4c5cdeb59ae2bd403aa5069993303e8388e (diff) |
Add replaceStrings primop
This is a generalisation of replaceChars in Nixpkgs.
Diffstat (limited to 'tests/lang/eval-okay-replacestrings.exp')
-rw-r--r-- | tests/lang/eval-okay-replacestrings.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lang/eval-okay-replacestrings.exp b/tests/lang/eval-okay-replacestrings.exp new file mode 100644 index 000000000000..a2add1b7b140 --- /dev/null +++ b/tests/lang/eval-okay-replacestrings.exp @@ -0,0 +1 @@ +[ "faabar" "fbar" "fubar" "faboor" "fubar" ] |