feat(tvix/eval): implement string concatenation
Change-Id: If61066e59232b2bad42b5cb5f0f2d9b9c416be8b Reviewed-on: https://cl.tvl.fyi/c/depot/+/6137 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
322ce36cea
commit
fb3d024d75
6 changed files with 23 additions and 1 deletions
|
|
@ -0,0 +1 @@
|
|||
"hello world"
|
||||
|
|
@ -0,0 +1 @@
|
|||
"hello " + "world"
|
||||
|
|
@ -0,0 +1 @@
|
|||
"hello world"
|
||||
|
|
@ -0,0 +1 @@
|
|||
"hello ${"world"}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue