diff options
author | sterni <sternenseemann@systemli.org> | 2022-09-20T10·52+0200 |
---|---|---|
committer | sterni <sternenseemann@systemli.org> | 2022-09-21T13·08+0000 |
commit | e9e06b8bae9b4f55ace0e8e6b6ae5e77de4c8e71 (patch) | |
tree | ce32714ced61b46e1dc9f5e51461c8d58f7227f7 /tvix/eval/src/tests/tvix_tests/eval-okay-builtins-splitVersion.exp | |
parent | 834fe833e5dc1df6838cfa69c24a6f3b3c7a5c5b (diff) |
test(tvix/eval): add test cases for builtins.splitVersion r/4948
Change-Id: I60648f6c5cea34d19afb5ced3e98051201190a78 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6711 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'tvix/eval/src/tests/tvix_tests/eval-okay-builtins-splitVersion.exp')
-rw-r--r-- | tvix/eval/src/tests/tvix_tests/eval-okay-builtins-splitVersion.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/eval/src/tests/tvix_tests/eval-okay-builtins-splitVersion.exp b/tvix/eval/src/tests/tvix_tests/eval-okay-builtins-splitVersion.exp new file mode 100644 index 000000000000..222a0093f570 --- /dev/null +++ b/tvix/eval/src/tests/tvix_tests/eval-okay-builtins-splitVersion.exp @@ -0,0 +1 @@ +[ [ "1" "2" "3" ] [ "2" "3" "16" ] [ "22" "11" "pre" "408963" "823" "e" "2" "c" "9" "b" "0" "a" "0" ] [ "9" "4" "1" "rc" "1" ] [ "9" "4" "0" "20220721" ] [ "0" "1" "alpha" ] [ "unstable" "2022" "09" "20" ] [ "30" "pre" "9" ] [ "0" "pre+date=" "2021" "11" "30" ] [ "1" "2" "0" "_pre" "23" ] [ "0" "1" "0" "pre" "71" "_" "170" "f" "840" ] ] |