This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
34
unikernel/duniverse/ppx_sexp_conv/test/test.sexp
Normal file
34
unikernel/duniverse/ppx_sexp_conv/test/test.sexp
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
(this is a list)
|
||||
|
||||
(this is another list and (this is a nested list))
|
||||
|
||||
(
|
||||
"\
|
||||
This is a multi-line \
|
||||
string with embedded
|
||||
|
||||
newlines."
|
||||
|
||||
"This string contains decimal \255, hex \xff codes, \
|
||||
and other \\ \n escapes."
|
||||
|
||||
A# # ## #x|
|
||||
)
|
||||
|
||||
; Line comment
|
||||
|
||||
#; (
|
||||
S-expression comment
|
||||
)
|
||||
|
||||
#| #| Nested |# block comment "|#" |#
|
||||
|
||||
#| "" |#
|
||||
#| ""|#
|
||||
#|"" |#
|
||||
#|""|#
|
||||
|
||||
#| "asdf" "asdf" |#
|
||||
|
||||
(something #| ; |# () "something else")
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue