Some additional tests, and use () instead of {} for racket sexprs
original commit: 62958248515545e62f1bc0c7027d4b729f8baf36
This commit is contained in:
parent
f5d1244f61
commit
68e6777bc8
|
@ -91,7 +91,13 @@ fo@o -@-> fo@o
|
|||
---
|
||||
@[foo] -@-> (foo)
|
||||
---
|
||||
@|{blah}| -@-> {"blah"}
|
||||
@{@foo bar} -@-> (foo " bar")
|
||||
---
|
||||
@|{blah}| -@-> ("blah")
|
||||
---
|
||||
@|{blah|@foo bleh}| -@-> ("blah" foo " bleh")
|
||||
---
|
||||
@|{|@meh blah|@foo bleh}| -@-> (meh " blah" foo " bleh")
|
||||
---
|
||||
;; -------------------- newlines and spaces in text
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue
Block a user