Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Karsten Poeck
asdf
Commits
c2de8118
Commit
c2de8118
authored
Jan 11, 2020
by
Karsten Poeck
Browse files
Fixed all but 1 encoding test for clasp
parent
bf5c1052
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test-encodings.script
View file @
c2de8118
...
...
@@ -118,10 +118,11 @@
:encoding :latin-1
:components ((:file "lambda"))))
#-ecl-bytecmp
(with-encoding-test (:latin-1 :op load-op)
(def-test-system :test-system-encoding-l1-load-op
:encoding :latin-1
:components ((:file "lambda"))))
(with-expected-failure (#+clasp "Clasp fails here")
(with-encoding-test (:latin-1 :op load-op)
(def-test-system :test-system-encoding-l1-load-op
:encoding :latin-1
:components ((:file "lambda")))))
(with-encoding-test (:utf-8 :path ("foo" "lambda"))
(def-test-system :test-module-encoding-u8
:encoding :latin-1
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment