Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a7517f0f
Commit
a7517f0f
authored
May 21, 2014
by
Glenn Morris
Browse files
* fns-tests.el (fns-tests-nreverse): Update for changed string behavior.
parent
6c596cb2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
test/ChangeLog
test/ChangeLog
+5
-0
test/automated/fns-tests.el
test/automated/fns-tests.el
+1
-1
No files found.
test/ChangeLog
View file @
a7517f0f
2014-05-22 Glenn Morris <rgm@gnu.org>
* automated/fns-tests.el (fns-tests-nreverse):
Update for changed string behavior.
2014-05-15 Dmitry Antipov <dmantipov@yandex.ru>
* automated/fns-tests.el: New file.
...
...
test/automated/fns-tests.el
View file @
a7517f0f
...
...
@@ -39,7 +39,7 @@
(
should-error
(
nreverse
))
(
should-error
(
nreverse
1
))
(
should-error
(
nreverse
(
make-char-table
'foo
)))
(
should
-error
(
nreverse
"xyzzy"
))
(
should
(
equal
(
nreverse
"xyzzy"
)
"yzzyx"
)
)
(
let
((
A
[]
))
(
nreverse
A
)
(
should
(
equal
A
[]
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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