Add new acceptance test scenario 025

```
  help: ┍━ left ━━━━━━━━┑
        │ (con unit ()) │
        ┕━━━━━━━━━━━━━━━┙

        should be equal to

        ┍━ right ━━━━━━━┑
        │ (con unit ()) │
        ┕━━━━━━━━━━━━━━━┙
  ```
This commit is contained in:
KtorZ
2022-12-20 01:07:15 +01:00
parent f511b2f71b
commit fccad9e7dd
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
test nil_1() {
Nil == Nil
}