forked from GitHub/haskell-wasm
add more test files
This commit is contained in:
@@ -0,0 +1,73 @@
|
||||
;; Test comment syntax
|
||||
|
||||
;;comment
|
||||
|
||||
;;;;;;;;;;;
|
||||
|
||||
;;comment
|
||||
|
||||
( ;;comment
|
||||
module;;comment
|
||||
);;comment
|
||||
|
||||
;;)
|
||||
;;;)
|
||||
;; ;)
|
||||
;; (;
|
||||
|
||||
(;;)
|
||||
|
||||
(;comment;)
|
||||
|
||||
(;;comment;)
|
||||
|
||||
(;;;comment;)
|
||||
|
||||
(;;;;;;;;;;;;;;)
|
||||
|
||||
(;(((((((((( ;)
|
||||
|
||||
(;)))))))))));)
|
||||
|
||||
(;comment";)
|
||||
|
||||
(;comment"";)
|
||||
|
||||
(;comment""";)
|
||||
|
||||
;; ASCII 00-1F, 7F
|
||||
(;
|
||||
;)
|
||||
|
||||
(;Heiße Würstchen;)
|
||||
|
||||
(;;)
|
||||
|
||||
(;comment
|
||||
comment;)
|
||||
|
||||
(;comment;)
|
||||
|
||||
(;comment;)((;comment;)
|
||||
(;comment;)module(;comment;)
|
||||
(;comment;))(;comment;)
|
||||
|
||||
(;comment(;nested;)comment;)
|
||||
|
||||
(;comment
|
||||
(;nested
|
||||
;)comment
|
||||
;)
|
||||
|
||||
(module
|
||||
(;comment(;nested(;further;)nested;)comment;)
|
||||
)
|
||||
|
||||
(;comment;;comment;)
|
||||
|
||||
(;comment;;comment
|
||||
;)
|
||||
|
||||
(module
|
||||
(;comment;;comment(;nested;)comment;)
|
||||
)
|
||||
Reference in New Issue
Block a user