mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-04 01:03:36 +03:00
381 B
381 B
scratch/main> builtins.merge
test> foo = []
After adding the test foo
, we expect view
to render it like a test. (Bug: It doesn't.)
scratch/main> add
scratch/main> view foo
foo = 1
After updating foo
to not be a test, we expect view
to not render it like a test.
scratch/main> update
scratch/main> view foo