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
ac7d9e02
Commit
ac7d9e02
authored
Mar 18, 2022
by
Andrew G Cohen
Browse files
; Fix typo
* test/src/fns-tests.el (fns-tests-sort): Compare with independently sorted list.
parent
186ec2f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/src/fns-tests.el
test/src/fns-tests.el
+1
-1
No files found.
test/src/fns-tests.el
View file @
ac7d9e02
...
...
@@ -272,7 +272,7 @@
(
should
(
equal
(
sort
complex-vec
(
lambda
(
x
y
)
(
funcall
my-counter
)
(
<
(
car
x
)
(
car
y
))))
(sort
complex-
vec 'car-less-than-car))))
(
sort
vec
'car-less-than-car
))))
;; Check for sorting stability.
(
should
(
equal
(
sort
...
...
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