aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/examples/x.vb
diff options
context:
space:
mode:
authorJad Altahan <xviyy@aol.com>2019-05-22 16:11:45 +1000
committerJad Altahan <xviyy@aol.com>2019-05-22 16:11:45 +1000
commit9d9bbec07291d768be64a3ea045a4aa656d150ae (patch)
tree65255070de3f5df6f50cb9e44452b3c8e07e3427 /test/examples/x.vb
parent3018a2890c076b33159adc6655586c39e2693b22 (diff)
downloadscintilla-mirror-9d9bbec07291d768be64a3ea045a4aa656d150ae.tar.gz
Support for VB2017 bin literals & digit separators
Diffstat (limited to 'test/examples/x.vb')
-rw-r--r--test/examples/x.vb4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/examples/x.vb b/test/examples/x.vb
index a4503704b..a672831a0 100644
--- a/test/examples/x.vb
+++ b/test/examples/x.vb
@@ -7,3 +7,7 @@ Dim d As String = "\\\\server\\share\\file.txt"
""C "c"C "cc"C
' Date
d = #5/31/1993# or # 01/01/0001 12:00:00AM #
+' Number
+123_456___789
+123_
+&b10101_01010