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
No known key found for this signature in database
GPG Key ID: 33173CB6F77F4277
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,2 @@
name = "acceptance_test_025"
version = "0.0.0"

View File

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