mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 01:30:27 +02:00
Merge branch 'stable-2.0'
This commit is contained in:
commit
fb484fefeb
2 changed files with 11 additions and 2 deletions
|
@ -63,6 +63,11 @@
|
|||
"bar | backslash \\ alarm \a backspace \b tab \t newline \n cr \r null \0 del "
|
||||
(string #\del)))))
|
||||
|
||||
(pass-if-equal "brackets"
|
||||
"|()[]{}|"
|
||||
(write-with-options '(r7rs-symbols)
|
||||
(string->symbol "()[]{}")))
|
||||
|
||||
(pass-if-equal "starts with bar"
|
||||
"|\\|foo|"
|
||||
(write-with-options '(r7rs-symbols)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue