aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_increment.ok
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/testdir/test_increment.ok')
-rw-r--r--src/nvim/testdir/test_increment.ok47
1 files changed, 47 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_increment.ok b/src/nvim/testdir/test_increment.ok
index 15d0e9b50b..4d8fbb0ae1 100644
--- a/src/nvim/testdir/test_increment.ok
+++ b/src/nvim/testdir/test_increment.ok
@@ -288,6 +288,53 @@ E21====
0x124456
+# Test 22
+S22====
+0b1
+0b1
+E22====
+
+0b10
+0b10
+
+0b10
+0b10
+
+
+# Test 23
+S23====
+0b1001
+E23====
+
+0b1011
+
+
+
+# Test 24
+S24====
+0x0b1001
+E24====
+
+0x0b1002
+
+
+
+# Test 25
+S25====
+0b1001a
+E25====
+
+0b1010a
+
+
+
+# Test 26
+S26====
+0b1111111111111111111111111111111111111111111111111111111111111110
+E26====
+
+0b1111111111111111111111111111111111111111111111111111111111111111
+
ENDTEST