diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2021-06-22 13:32:17 +0200 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2021-06-22 13:32:17 +0200 |
| commit | cf2eff38015464faa2d6d267eedf023141e51662 (patch) | |
| tree | 82fe720931427843ab532569db444de34af14c6c /testsuite/runtime | |
| parent | 07fd41294a408591fbdd30ce8bbb063b68117d00 (diff) | |
| parent | 5a53a3824730d42d148fa840f6c821786dfa7c53 (diff) | |
Merge branch 'master' into stack-yaml-symlink
Diffstat (limited to 'testsuite/runtime')
| -rw-r--r-- | testsuite/runtime/linearize/brackets.gfs.gold | 11 | ||||
| -rw-r--r-- | testsuite/runtime/linearize/linearize.gfs.gold | 10 |
2 files changed, 1 insertions, 20 deletions
diff --git a/testsuite/runtime/linearize/brackets.gfs.gold b/testsuite/runtime/linearize/brackets.gfs.gold index e356e6521..7337daa9d 100644 --- a/testsuite/runtime/linearize/brackets.gfs.gold +++ b/testsuite/runtime/linearize/brackets.gfs.gold @@ -1,28 +1,19 @@ (S:2 (E:1 (_:0 ?1)) is even)
-
(S:3 exists x such that (S:2 (E:1 (_:0 x)) is even))
-
(S:1 (E:0 a))
-
(S:1 (E:0 aa) a)
-
(S:1 (E:0 a) b)
-
(S:1 (String:0 abcd) is string)
-
(S:1 (Int:0 100) is integer)
-
(S:1 (Float:0 12.4) is float)
-
(S:1 (String:0 xyz) is string)
-
-cannot linearize
+ cannot linearize
diff --git a/testsuite/runtime/linearize/linearize.gfs.gold b/testsuite/runtime/linearize/linearize.gfs.gold index 8a17ab506..7749644f1 100644 --- a/testsuite/runtime/linearize/linearize.gfs.gold +++ b/testsuite/runtime/linearize/linearize.gfs.gold @@ -1,30 +1,20 @@ ?1 is even
-
exists x such that x is even
-
a
-
aa a
-
a b
-
abcd is string
-
100 is integer
-
12.4 is float
-
xyz is string
-
-
|
