about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-ne-string.nix
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-08-10T18·09+0300
committertazjin <tazjin@tvl.su>2022-08-25T11·34+0000
commit7d55b776de29cfaa70a2ab9ae61b6cabe70ed637 (patch)
tree88efe21bdf71867c3a5cbdc18aa893af6a2edf02 /tvix/eval/src/tests/tvix_tests/eval-okay-ne-string.nix
parent058e77bab20db90347ce1d91c41076ef56b61b26 (diff)
feat(tvix): implement not-equals (!=) operator r/4476
Change-Id: Ic259d6d0cf30553e944682a0d1d2c610df7fe5c2
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6141
Reviewed-by: sterni <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
Diffstat (limited to '')
-rw-r--r--tvix/eval/src/tests/tvix_tests/eval-okay-ne-string.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/eval/src/tests/tvix_tests/eval-okay-ne-string.nix b/tvix/eval/src/tests/tvix_tests/eval-okay-ne-string.nix
new file mode 100644
index 0000000000..a83471e500
--- /dev/null
+++ b/tvix/eval/src/tests/tvix_tests/eval-okay-ne-string.nix
@@ -0,0 +1 @@
+"this" != "that"