diff options
| author | krangelov <kr.angelov@gmail.com> | 2021-09-22 14:11:11 +0200 |
|---|---|---|
| committer | krangelov <kr.angelov@gmail.com> | 2021-09-22 14:11:11 +0200 |
| commit | 063c517f3c99aa34ebf5ce25a97d85bb05d7abe4 (patch) | |
| tree | 3e1d228950a6b1b11ab6c3b08294030f2b7a6c63 /testsuite/compiler/compute/Variants.gfs.gold | |
| parent | 265f08d6eec62e1f30a2a1f6fbc3bc18be17948e (diff) | |
more tests for variants
Diffstat (limited to 'testsuite/compiler/compute/Variants.gfs.gold')
| -rw-r--r-- | testsuite/compiler/compute/Variants.gfs.gold | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/compiler/compute/Variants.gfs.gold b/testsuite/compiler/compute/Variants.gfs.gold index cd74b1c23..50af5e513 100644 --- a/testsuite/compiler/compute/Variants.gfs.gold +++ b/testsuite/compiler/compute/Variants.gfs.gold @@ -1 +1,11 @@ variants {"hello"; "hello" ++ "hello"} +variants {"a" ++ "a"; "b" ++ "b"} +variants {"a"; "b"} +"c" +variants {"a"; "b"} ++ variants {"a"; "b"} +variants {"a"; "b"} +"c" +variants {"a"; "b"} ++ variants {"a"; "b"} +variants {"a"; "b"} +"c" ++ "c" +"c" |
