[gtksourceview/gtksourceview-4-6] commonlisp.lang: Add test file
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview/gtksourceview-4-6] commonlisp.lang: Add test file
- Date: Wed, 12 Feb 2020 16:13:56 +0000 (UTC)
commit 1fb489aabe0572ed49e9d5d991c8ef3daa1286e6
Author: Tarn Burton <twburton gmail com>
Date: Tue Feb 11 15:22:54 2020 -0500
commonlisp.lang: Add test file
tests/syntax-highlighting/file.lisp | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
---
diff --git a/tests/syntax-highlighting/file.lisp b/tests/syntax-highlighting/file.lisp
new file mode 100644
index 00000000..1cbbcb76
--- /dev/null
+++ b/tests/syntax-highlighting/file.lisp
@@ -0,0 +1,24 @@
+; Define a simple package
+(defpackage #:fu
+ (:use #:alexandria #:cl)
+ (:export
+ #:bar))
+
+(in-package :foo)
+
+#|
+ Block comment
+ more text
+|#
+
+(defmacro bar (quux &rest wibble)
+ "String with some an escape \""
+ `(angle ,quux ,@wibble))
+
+(bar 123 234. 745e7 126f4 #3r12 #xaa0 #O23 #b0101/11
+ #< ; invalid sharpsign
+ #\; #\Spac\e ; Some characters
+ #10*01010101 ; bit vector
+ 'baz #'gronk)
+
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]