diff options
author | Vincent Ambo <mail@tazj.in> | 2022-08-10T17·31+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-08-25T11·11+0000 |
commit | fb3d024d75fe4f6760ef616fe8dfd307b7d7b688 (patch) | |
tree | 3f86d2c9ed5eac5d7f949424a943249a550c93a3 /tvix/eval/src/tests/tvix_tests/eval-okay-concat-strings.exp | |
parent | 322ce36cea732619c50220fc93f0eba51cf2eb8d (diff) |
feat(tvix/eval): implement string concatenation r/4472
Change-Id: If61066e59232b2bad42b5cb5f0f2d9b9c416be8b Reviewed-on: https://cl.tvl.fyi/c/depot/+/6137 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'tvix/eval/src/tests/tvix_tests/eval-okay-concat-strings.exp')
-rw-r--r-- | tvix/eval/src/tests/tvix_tests/eval-okay-concat-strings.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/eval/src/tests/tvix_tests/eval-okay-concat-strings.exp b/tvix/eval/src/tests/tvix_tests/eval-okay-concat-strings.exp new file mode 100644 index 000000000000..cd4bc1ab64cc --- /dev/null +++ b/tvix/eval/src/tests/tvix_tests/eval-okay-concat-strings.exp @@ -0,0 +1 @@ +"hello world" |