Skip to content
Snippets Groups Projects
Commit a71793d1 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Add an updated result file I missed in the previous commit.

parent 26428df1
No related branches found
No related tags found
No related merge requests found
......@@ -175,6 +175,14 @@ lua box.delete(9, 'Vincent', 'The Wolf!', 0)
---
- 'Vincent': {'The Wolf!', 0, 'A please would be nice.'}
...
lua box.update(9, {'Vincent', 'The Wolf!', 1}, '=p=p', 0, 'Updated', 4, 'New')
---
- 'Updated': {'The Wolf!', 1, 'I said a please would be nice.', 'New'}
...
lua box.update(9, {'Updated', 'The Wolf!', 1}, '=p#p', 0, 'Vincent', 4, '')
---
- 'Vincent': {'The Wolf!', 1, 'I said a please would be nice.'}
...
lua box.select(9, 0, 'Vincent', 'The Wolf!')
---
- 'Vincent': {'The Wolf!', 1, 'I said a please would be nice.'}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment