From ecc3545ef863ad43c54a53b7ba0082d45f037bec Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 29 Jan 2021 20:51:35 +1100 Subject: Remove lexer tests from Scintilla --- test/examples/x.vb | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 test/examples/x.vb (limited to 'test/examples/x.vb') diff --git a/test/examples/x.vb b/test/examples/x.vb deleted file mode 100644 index a672831a0..000000000 --- a/test/examples/x.vb +++ /dev/null @@ -1,13 +0,0 @@ -' String" -Dim a As String = "hello, world" -Dim b As String = "hello world" -Dim c As String = "Joe said ""Hello"" to me" -Dim d As String = "\\\\server\\share\\file.txt" -' Character -""C "c"C "cc"C -' Date -d = #5/31/1993# or # 01/01/0001 12:00:00AM # -' Number -123_456___789 -123_ -&b10101_01010 -- cgit v1.2.3