Guile: illustrate bug in non-ascii string handling
This commit is contained in:
parent
36f5117b25
commit
e2ff217051
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,6 @@
|
|||
(define x "hello")
|
||||
; The test string has some non-ascii characters added
|
||||
; because our guile wrappers had bugs in that area
|
||||
(define x "hello - æææ")
|
||||
|
||||
(if (not (string=? (test-value x) x))
|
||||
(begin (error "Error 1") (exit 1)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue