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

Add a test case for gh-37 (print of 64-bit number adds extra newline)

parent d550c002
No related branches found
No related tags found
No related merge requests found
......@@ -174,3 +174,15 @@ t;
space:drop();
---
...
--# setopt delimiter ''
-- A test case for gh-37: print of 64-bit number
1, 1
---
- 1
- 1
...
tonumber64(1), 1
---
- 1
- 1
...
......@@ -60,3 +60,7 @@ end;
t;
space:drop();
--# setopt delimiter ''
-- A test case for gh-37: print of 64-bit number
1, 1
tonumber64(1), 1
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