minor shuffling
svn: r15113
This commit is contained in:
parent
dd68b710ae
commit
d521d21ad5
|
@ -553,20 +553,6 @@ bar}
|
|||
"done") "\n"
|
||||
"end")
|
||||
---
|
||||
@foo{
|
||||
@|| bar @||
|
||||
@|| baz}
|
||||
-@->
|
||||
(foo " bar " "\n" " baz")
|
||||
---
|
||||
@foo{bar
|
||||
@|baz| bbb
|
||||
@|x1 x2| x3 x4
|
||||
@|| waaaah
|
||||
}
|
||||
-@->
|
||||
(foo "bar" "\n" baz " bbb" "\n" x1 x2 " x3 x4" "\n" " waaaah")
|
||||
---
|
||||
@foo{x1
|
||||
x2@;
|
||||
y2
|
||||
|
@ -609,6 +595,20 @@ bar}
|
|||
-@->
|
||||
(foo "\n" "bar" "\n")
|
||||
---
|
||||
@foo{
|
||||
@|| bar @||
|
||||
@|| baz}
|
||||
-@->
|
||||
(foo " bar " "\n" " baz")
|
||||
---
|
||||
@foo{bar
|
||||
@|baz| bbb
|
||||
@|x1 x2| x3 x4
|
||||
@|| waaaah
|
||||
}
|
||||
-@->
|
||||
(foo "bar" "\n" baz " bbb" "\n" x1 x2 " x3 x4" "\n" " waaaah")
|
||||
---
|
||||
;; -------------------- some code test
|
||||
---
|
||||
@string-append{1 @(number->string (+ 2 3)) 4} -@e-> "1 5 4"
|
||||
|
|
Loading…
Reference in New Issue
Block a user