diff options
Diffstat (limited to 'spec/inputs/assign.moon')
| -rw-r--r-- | spec/inputs/assign.moon | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/inputs/assign.moon b/spec/inputs/assign.moon index 4e50147..e8fcbfd 100644 --- a/spec/inputs/assign.moon +++ b/spec/inputs/assign.moon | |||
| @@ -26,5 +26,4 @@ else | |||
| 26 | print "the other" | 26 | print "the other" |
| 27 | "nothing", "yeah" | 27 | "nothing", "yeah" |
| 28 | 28 | ||
| 29 | 29 | c, d = 1, 2 if true | |
| 30 | |||
