Merge pull request #56 from axelf4/method-test_null_list

Add method (ab)using test_null_list()
This commit is contained in:
Luke Stephens (hakluke) 2020-01-03 07:49:17 +10:00 committed by GitHub
commit d548420d77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -371,3 +371,10 @@ $ lldb `which vim`
(lldb) r <Enter>
Ctrl-C q <Enter> <Enter>
```
## The test driven development way
Credit: @axelf4
```vim
:echom test_null_list()
```