diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-03-21 23:45:42 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-03-21 23:45:42 -0700 |
commit | 0f0d3e7ae6412c281f67ee48f71b48f23d13e3bb (patch) | |
tree | 5c60e6d614c6a7f42cdefe955f2d9092fa562cb5 /sandbox | |
parent | 2103abd30e9dd2956f84304ef77c4d8916cd3557 (diff) | |
download | mu-0f0d3e7ae6412c281f67ee48f71b48f23d13e3bb.tar.gz |
2806 - bugfix: cleaning up in 'reload'
This brings back some of the complexity I thought I'd gotten rid of in 2799. The regression brought home the point that I'd forgotten to write tests for those bits. Written now. It also brought home the point that our cleanup in 'reload' has always been hacky and incomplete. It's also ugly that those tests in the sandbox/ and edit/ apps need changing (particularly when the test is about how the output doesn't change).
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/010-errors.mu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/010-errors.mu b/sandbox/010-errors.mu index d9c2fe79..adad4923 100644 --- a/sandbox/010-errors.mu +++ b/sandbox/010-errors.mu @@ -318,7 +318,7 @@ z <- add x, y .━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━. .0 x. .foo 2 . - .foo_2: 'add' requires number ingredients, but got↩. + .foo_3: 'add' requires number ingredients, but got↩. . y . .━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━. . . |